mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 23:59:30 +00:00
set object editor previewBackground element to .5s instead of .0s to stop blowing up eye adaption
This commit is contained in:
parent
359ec3aa43
commit
85e5cfec3c
2 changed files with 5 additions and 7 deletions
|
|
@ -354,7 +354,7 @@ function ShapeEditorPlugin::initSettings( %this )
|
|||
EditorSettings.beginGroup( "ShapeEditor", true );
|
||||
|
||||
// Display options
|
||||
EditorSettings.setDefaultValue( "BackgroundColor", "0 0 0 100" );
|
||||
EditorSettings.setDefaultValue( "BackgroundColor", "0.5 0.5 0.5 100" );
|
||||
EditorSettings.setDefaultValue( "HighlightMaterial", 1 );
|
||||
EditorSettings.setDefaultValue( "ShowNodes", 1 );
|
||||
EditorSettings.setDefaultValue( "ShowBounds", 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue