From 6c41d31e68749dc8661f6fd7034db435f356604c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 02:38:53 +0200 Subject: [PATCH] Remove unused constant BRUSH_BASE_COLOR --- src/viewport-three/viewport-host.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 1f8c91a5..27582df3 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -38,7 +38,6 @@ interface CachedMaterialTexture { texture: CanvasTexture; } -const BRUSH_BASE_COLOR = 0x8c98a7; const BRUSH_SELECTED_EDGE_COLOR = 0xf7d2aa; const BRUSH_EDGE_COLOR = 0x0d1017; const FALLBACK_FACE_COLOR = 0x747d89;