From eb6386c7fd8b2499712070b157896ccc0d505b19 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 17:25:19 +0200 Subject: [PATCH] Remove unused variable in runtime-scene-build.ts --- src/runtime-three/runtime-scene-build.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index 68ae302e..7bff892d 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -548,8 +548,6 @@ function buildRuntimeNpcCollider(npc: RuntimeNpc): RuntimeNpcCollider | null { switch (npc.collider.mode) { case "capsule": { - const halfHeight = npc.collider.height * 0.5; - return { kind: "character", source: "npc",