From 5bbbff3219811fe177c33d9a0480e154de83266c Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 28 Jan 2025 21:19:14 +0000 Subject: [PATCH] Update guiMaterialPreviewWindow.ed.gui review: revert to full black background for material preview window --- .../tools/materialEditor/gui/guiMaterialPreviewWindow.ed.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPreviewWindow.ed.gui b/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPreviewWindow.ed.gui index f5f370961..2442a6aa7 100644 --- a/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPreviewWindow.ed.gui +++ b/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPreviewWindow.ed.gui @@ -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";