Skip to content

Commit

Permalink
Bugfix mainloop (#8897)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse authored and RealyUniqueName committed Oct 25, 2019
1 parent a378d8f commit ef18b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/haxe/MainLoop.hx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MainEvent {
if (f == null)
return;
f = null;
nextRun = -1;
nextRun = Math.NEGATIVE_INFINITY;
if (prev == null)
@:privateAccess MainLoop.pending = next;
else
Expand Down

0 comments on commit ef18b62

Please sign in to comment.