Skip to content

Commit 864de2a

Browse files
committed
chore: remove game speed debug message
1 parent 01a9e18 commit 864de2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: scripts/control_draw/control_draw.gml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function control_draw() {
44

55
var targetspeed = 1000000 / room_speed
66
currspeed = targetspeed / delta_time
7-
show_debug_message(1 / currspeed)
87
if (1 / currspeed > 100.0) { // Cancel lag compensation if too much time has elapsed (i.e. dragging window, resizing etc.)
98
currspeed = 1.0
109
}

0 commit comments

Comments
 (0)