bstouls 9 年之前
父节点
当前提交
1eac019b6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h3d/parts/GpuParticles.hx

+ 1 - 1
h3d/parts/GpuParticles.hx

@@ -89,7 +89,7 @@ class GpuPartGroup {
 		if( FIELDS != null )
 			return FIELDS;
 		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);
 		for( f in FIELDS.copy() )
 			if( Reflect.isFunction(Reflect.field(inst, f)) )