mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +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.
|
||||
setDefaultFov( $pref::Player::defaultFov );
|
||||
setZoomSpeed( $pref::Player::zoomSpeed );
|
||||
loadModuleMaterials();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue