Whoops! Didn't finish the job prior to that last checkin.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1914 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: AnimationSequencer.java,v 1.6 2002/11/05 21:27:49 mdb Exp $
|
// $Id: AnimationSequencer.java,v 1.7 2002/11/05 21:29:00 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.animation;
|
package com.threerings.media.animation;
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ public abstract class AnimationSequencer extends Animation
|
|||||||
// if we have an animation, start it up and await its
|
// if we have an animation, start it up and await its
|
||||||
// completion
|
// completion
|
||||||
if (_anim != null) {
|
if (_anim != null) {
|
||||||
addAnimation(_anim, when);
|
startAnimation(_anim, when);
|
||||||
_anim.addAnimationObserver(this);
|
_anim.addAnimationObserver(this);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user