mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Update guiMaterialPreviewWindow.ed.gui
review: revert to full black background for material preview window
This commit is contained in:
parent
ac909e26bd
commit
5bbbff3219
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue