mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
set object editor previewBackground element to .5s instead of .0s to stop blowing up eye adaption
This commit is contained in:
parent
de87d2f6ad
commit
359ec3aa43
|
|
@ -41,7 +41,7 @@ $guiContent = new GuiControl() {
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
hovertime = "1000";
|
||||
color = "0 0 0 .39";
|
||||
color = "0.5 0.5 0.5 .39";
|
||||
};
|
||||
new GuiShapeEdPreview(ShapeEdShapeView) {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue