Dispose of spline repeater renderer resources

This commit is contained in:
2026-05-13 03:45:31 +02:00
parent e094dc9caa
commit 7d5127a77b

View File

@@ -1451,6 +1451,7 @@ export class RuntimeHost {
this.clearBrushMeshes();
this.clearTerrainMeshes();
this.clearRoadSurfaces();
this.splineRepeaterRenderer.dispose();
this.foliageRenderer.dispose();
this.clearModelRenderObjects();
this.collisionWorldRequestId += 1;