Skip to content

Commit

Permalink
FlxNestedSprite compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Feb 6, 2014
1 parent 2a5ca89 commit 06dd7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/addons/display/FlxNestedSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class FlxNestedSprite extends FlxSprite
child.angularVelocity = child.angularAcceleration = 0;
child.postUpdate();

if (simpleRenderSprite())
if (isSimpleRender())
{
child.x = x + child.relativeX - offset.x;
child.y = y + child.relativeY - offset.y;
Expand Down

0 comments on commit 06dd7ef

Please sign in to comment.