Browse Source

Fix compilation

trethaller 7 years ago
parent
commit
55a9abe747
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/prefab/fx/Emitter.hx

+ 1 - 0
hide/prefab/fx/Emitter.hx

@@ -490,6 +490,7 @@ class Emitter extends Object3D {
 
 	override function makeInstanceRec(ctx: Context) {
 		ctx = makeInstance(ctx);
+		return ctx;
 		// Don't make children, which are used to setup particles
 	}