Skip to content

Commit

Permalink
Make FlxFlicker#stop() public, closes #2083 (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSGhero authored and Gama11 committed Jun 18, 2017
1 parent a7c9056 commit d43d679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/effects/FlxFlicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class FlxFlicker implements IFlxDestroyable
/**
* Prematurely ends flickering.
*/
private function stop():Void
public function stop():Void
{
timer.cancel();
object.visible = true;
Expand Down Expand Up @@ -192,4 +192,4 @@ class FlxFlicker implements IFlxDestroyable
*/
@:keep
private function new() {}
}
}

0 comments on commit d43d679

Please sign in to comment.