Ver Fonte

Object->Sprite

ncannasse há 7 anos atrás
pai
commit
0db00aa288
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 	}