From 7d5127a77b7347069c32d77ec5ad32d3ab4a2434 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 03:45:31 +0200 Subject: [PATCH] Dispose of spline repeater renderer resources --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index fb44a6b3..ae11a465 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -1451,6 +1451,7 @@ export class RuntimeHost { this.clearBrushMeshes(); this.clearTerrainMeshes(); this.clearRoadSurfaces(); + this.splineRepeaterRenderer.dispose(); this.foliageRenderer.dispose(); this.clearModelRenderObjects(); this.collisionWorldRequestId += 1;