瀏覽代碼

Update guiMaterialPreviewWindow.ed.gui

review: revert to full black background for material preview window
marauder2k7 7 月之前
父節點
當前提交
5bbbff3219
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPreviewWindow.ed.gui

+ 1 - 1
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";