Update fallback material name to "Default Whitebox"

This commit is contained in:
2026-05-18 16:10:12 +02:00
parent 5b9b00bfb6
commit 518e40b79e

View File

@@ -3015,8 +3015,8 @@ export function App({
? "Mixed across faces"
: (materialInspectorMaterial?.name ??
(materialInspectorMaterialId === null
? "Fallback face color"
: (materialInspectorMaterialId ?? "Fallback face color")));
? "Default Whitebox"
: (materialInspectorMaterialId ?? "Default Whitebox")));
const materialInspectorUvState =
materialInspectorScope === "brush" && selectedBrush !== null
? selectedBrush.faces[selectedBrushFaceIds[0]].uv