mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
make sure we're working with a clean slate each datablock load cycle to prevent wierd order confusion
This commit is contained in:
parent
72b489fe25
commit
83ad320886
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ function onServerCreated()
|
|||
physicsInitWorld( "server" );
|
||||
|
||||
physicsStartSimulation("server");
|
||||
|
||||
DatablockFilesList.clear();
|
||||
loadDatablockFiles( DatablockFilesList, true );
|
||||
|
||||
callOnModules("onServerScriptExec", "Core");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue