mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
clients need loadModuleMaterials(); run too
This commit is contained in:
parent
11a29ef97a
commit
47f2810e34
1 changed files with 1 additions and 0 deletions
|
|
@ -25,4 +25,5 @@ function initClient()
|
||||||
// Copy saved script prefs into C++ code.
|
// Copy saved script prefs into C++ code.
|
||||||
setDefaultFov( $pref::Player::defaultFov );
|
setDefaultFov( $pref::Player::defaultFov );
|
||||||
setZoomSpeed( $pref::Player::zoomSpeed );
|
setZoomSpeed( $pref::Player::zoomSpeed );
|
||||||
|
loadModuleMaterials();
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue