Update guiMaterialPreviewWindow.ed.gui

review: revert to full black background for material preview window
This commit is contained in:
marauder2k7 2025-01-28 21:19:14 +00:00
parent ac909e26bd
commit 5bbbff3219

View file

@ -174,7 +174,7 @@ $guiContent = new GuiControl() {
canSave = "1";
Visible = "1";
Command = "getColorF($thisControl.color, \"MaterialEditorGui.updatePreviewBackground\");";
color = "0.04 0.04 0.04 .7";
color = "0 0 0 .7";
hovertime = "1000";
groupNum = "-1";
buttonType = "PushButton";