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;