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 8638fa6 commit 5235126Copy full SHA for 5235126
RasterPropMonitor/Auxiliary modules/PropBatcher.cs
@@ -329,7 +329,7 @@ void LateUpdate()
329
330
void OnDestroy()
331
{
332
- if (part != null)
+ if (labelBatches.Count > 0)
333
334
RasterPropMonitorComputer rpmComp = RasterPropMonitorComputer.FindFromProp(internalProp);
335
foreach (var labelBatch in labelBatches)
0 commit comments