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:
Brian Roberts 2020-12-29 01:29:34 -06:00 committed by GitHub
commit 578846ab6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 104 additions and 125 deletions

View file

@ -22,8 +22,6 @@ function initClient()
callOnModules("initClient");
loadMaterials();
// Copy saved script prefs into C++ code.
setDefaultFov( $pref::Player::defaultFov );
setZoomSpeed( $pref::Player::zoomSpeed );