mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Merge pull request #428 from Areloch/ConsolidatedTerrainCreation
Consolidates and standardizes terrain creation between the editor, asset browser and creator panel
This commit is contained in:
commit
578846ab6f
8 changed files with 104 additions and 125 deletions
|
|
@ -22,8 +22,6 @@ function initClient()
|
|||
|
||||
callOnModules("initClient");
|
||||
|
||||
loadMaterials();
|
||||
|
||||
// Copy saved script prefs into C++ code.
|
||||
setDefaultFov( $pref::Player::defaultFov );
|
||||
setZoomSpeed( $pref::Player::zoomSpeed );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue