bstouls 9 rokov pred
rodič
commit
1eac019b6a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      h3d/parts/GpuParticles.hx

+ 1 - 1
h3d/parts/GpuParticles.hx

@@ -89,7 +89,7 @@ class GpuPartGroup {
 		if( FIELDS != null )
 		if( FIELDS != null )
 			return FIELDS;
 			return FIELDS;
 		FIELDS = Type.getInstanceFields(GpuPartGroup);
 		FIELDS = Type.getInstanceFields(GpuPartGroup);
-		for( f in ["blendMode", "sortMode", "emitMode", "needRebuild", "pshader", "partIndex", "texture", "colorGradient","displayedParts"] )
+		for( f in ["blendMode", "sortMode", "emitMode", "needRebuild", "pshader", "partIndex", "particles", "texture", "colorGradient","displayedParts"] )
 			FIELDS.remove(f);
 			FIELDS.remove(f);
 		for( f in FIELDS.copy() )
 		for( f in FIELDS.copy() )
 			if( Reflect.isFunction(Reflect.field(inst, f)) )
 			if( Reflect.isFunction(Reflect.field(inst, f)) )