From 2efcf632e2157c41649747ca1510527fa8be7a32 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 18 Apr 2026 19:54:07 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-host.ts --- 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 d8b1909a..2d0184b3 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -424,6 +424,7 @@ export class RuntimeHost { this.scene.add(this.moonLight); this.scene.add(this.localLightGroup); this.scene.add(this.brushGroup); + this.scene.add(this.terrainGroup); this.scene.add(this.modelGroup); this.underwaterSceneFog.density = 0; this.scene.fog = this.underwaterSceneFog;