mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
Added TerrainSnapOffsetZ back to editor settings
This commit is contained in:
parent
326908aa3d
commit
47f60f9272
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ EditorSettings.endGroup();
|
|||
|
||||
EditorSettings.beginGroup( "Tools" );
|
||||
EditorSettings.setDefaultValue( "snapGround", "0" );
|
||||
EditorSettings.setDefaultValue( "TerrainSnapOffsetZ", "0" );
|
||||
EditorSettings.setDefaultValue( "OffsetZValue", "0.01" );
|
||||
EditorSettings.setDefaultValue( "snapSoft", "0" );
|
||||
EditorSettings.setDefaultValue( "snapSoftSize", "2.0" );
|
||||
EditorSettings.setDefaultValue( "boundingBoxCollision", "0" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue