From 71d914fb49d192b2393d5e6f27e908960018d7c6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 08:00:26 +0200 Subject: [PATCH] Remove unused constant BOX_FACE_MATERIAL_COUNT --- src/runtime-three/runtime-host.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 2a8d9afd..df5fa0b1 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -195,7 +195,6 @@ interface RuntimeWaterContactUniformBinding { } const FALLBACK_FACE_COLOR = 0xf2ece2; -const BOX_FACE_MATERIAL_COUNT = 6; const RUNTIME_CLOCK_PUBLISH_INTERVAL_SECONDS = 1 / 30; const WATER_REFLECTION_UPDATE_INTERVAL_MS = 96;