Explorar o código

fix missing super.sync

ncannasse %!s(int64=11) %!d(string=hai) anos
pai
achega
1c356502e4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;