@@ -83,8 +83,8 @@ public class AnimationController {
*/
public void setNextAction( Action a )
{
- next = a;
synchronized( this ) {
+ next = a;
notify();
}