Explorar o código

Object->Sprite

ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
0db00aa288
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      h2d/filter/Outline.hx

+ 1 - 1
h2d/filter/Outline.hx

@@ -28,7 +28,7 @@ class Outline extends Filter {
 
 	inline function set_multiplyAlpha(v) return pass.multiplyAlpha = v;
 
-	override function sync(ctx : RenderContext, s : Sprite) {
+	override function sync(ctx : RenderContext, s : Object) {
 		boundsExtend = pass.size * 2;
 	}