Remove unused constant BRUSH_BASE_COLOR

This commit is contained in:
2026-03-31 02:38:53 +02:00
parent 102ebe0768
commit 6c41d31e68

View File

@@ -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;