ncannasse преди 11 години
родител
ревизия
1c356502e4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      h2d/Anim.hx

+ 1 - 0
h2d/Anim.hx

@@ -29,6 +29,7 @@ class Anim extends Drawable {
 	}
 
 	override function sync( ctx : RenderContext ) {
+		super.sync(ctx);
 		currentFrame += speed * ctx.elapsedTime;
 		if( currentFrame < frames.length )
 			return;