Skip to content

Commit

Permalink
Testing with game_set_speed(59, gamespeed_fps);
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed Dec 2, 2024
1 parent 0b7a569 commit b14a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ganary/objects/grc_o_video_fps_freeze/Create_0.gml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
event_inherited()
started_already = false;
show_debug_message("Will complete the test in 2 seconds.");
//game_set_speed(59, gamespeed_fps);
game_set_speed(59, gamespeed_fps);
call_later(15, time_source_units_seconds, function(){
olympus_test_resolve();
instance_destroy();
Expand Down

0 comments on commit b14a3c2

Please sign in to comment.