Skip to content

Commit

Permalink
FlxBasePreloader: fix hanging with OpenFL Next
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Aug 21, 2016
1 parent e802c61 commit 4f89891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flixel/system/FlxBasePreloader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,8 @@ class FlxBasePreloader extends NMEPreloader
*/
override public function onLoaded()
{
#if web
_loaded = true;
_percent = 1;
#end
}

/**
Expand Down

0 comments on commit 4f89891

Please sign in to comment.