diff --git a/src/java/com/threerings/media/animation/AnimationSprite.java b/src/java/com/threerings/media/animation/AnimationSprite.java index 3482e6ba..03bf21d0 100644 --- a/src/java/com/threerings/media/animation/AnimationSprite.java +++ b/src/java/com/threerings/media/animation/AnimationSprite.java @@ -70,7 +70,7 @@ public class AnimationSprite extends Sprite // documentation inherited. public void setLocation (int x, int y) { - _anim.setLocation(x, y); + _anim.setLocation(x - _oxoff, y - _oyoff); super.setLocation(x, y); }