clementlandrin 1 year ago
parent
commit
d1949e9b02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/prefab/fx/BaseFX.hx

+ 1 - 1
hrt/prefab/fx/BaseFX.hx

@@ -197,7 +197,7 @@ class BaseFXTools {
 			var perInstance = batch.instancedParams;
 			if ( perInstance == null ) {
 				perInstance = new hxsl.Cache.BatchInstanceParams([]);
-					batch.instancedParams = perInstance;
+				batch.instancedParams = perInstance;
 			}
 			perInstance.forcedPerInstance.push({
 				shader: shader.shader.data.name,