Closed nulld closed 3 years ago
fixes cases like this:
function perform() { haxe.Timer.delay(perform, 0); }
this one fixes the problem too: https://github.com/haxenme/nme/pull/658/files
fixes cases like this: