Skip to content

Commit

Permalink
Dumb undefined variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rb authored Jul 11, 2023
1 parent 44c703d commit 784d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ICUI/ICUI.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 784d219

Please sign in to comment.