Browse Source

Object->Sprite

ncannasse 7 years ago
parent
commit
0db00aa288
1 changed files with 1 additions and 1 deletions
  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;
 	}