Skip to content

Commit 8eeda79

Browse files
committed
FlxSprite.draw(): don't increment FlxBasic._VISIBLECOUNT twice
1 parent 8de3705 commit 8eeda79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flixel/FlxSprite.hx

-2
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,6 @@ class FlxSprite extends FlxObject
730730
return;
731731
}
732732

733-
super.draw();
734-
735733
if (dirty) //rarely
736734
{
737735
calcFrame();

0 commit comments

Comments
 (0)