diff --git a/scripts/ICUI/ICUI.gml b/scripts/ICUI/ICUI.gml index 64f33ec..e7702bd 100644 --- a/scripts/ICUI/ICUI.gml +++ b/scripts/ICUI/ICUI.gml @@ -617,7 +617,7 @@ function ICUI_Draw() { default: return false; } // Draw FPS counter - if (debug_mode || global.showFPScounter) { + if (debug_mode) { draw_text(32, 32, "FPS = " + string(fps_real)); } return true;