We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5546e commit d040b17Copy full SHA for d040b17
RasterPropMonitor/Auxiliary modules/PropBatcher.cs
@@ -6,7 +6,7 @@
6
using JetBrains.Annotations;
7
using UnityEngine;
8
9
-namespace JSI.Auxiliary_modules
+namespace JSI
10
{
11
public class PropBatcher : InternalModule
12
@@ -175,6 +175,7 @@ public override void OnLoad(ConfigNode node)
175
if (i > 0)
176
177
Component.Destroy(batchList[i].GetComponent<MeshRenderer>());
178
+ Component.Destroy(batchList[i].GetComponent<MeshFilter>());
179
}
180
181
instances[i] = instance;
0 commit comments