Pārlūkot izejas kodu

Fix compilation

trethaller 7 gadi atpakaļ
vecāks
revīzija
55a9abe747
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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) {
 	override function makeInstanceRec(ctx: Context) {
 		ctx = makeInstance(ctx);
 		ctx = makeInstance(ctx);
+		return ctx;
 		// Don't make children, which are used to setup particles
 		// Don't make children, which are used to setup particles
 	}
 	}