mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge branch 'Preview4_0_w_translucencyWIP' of https://github.com/Areloch/Torque3D into Preview4_0_w_translucencyWIP
This commit is contained in:
commit
99d7a7ea96
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ ModuleDatabase.LoadExplicit( "CoreModule" );
|
||||||
ModuleDatabase.scanModules( "data", false );
|
ModuleDatabase.scanModules( "data", false );
|
||||||
ModuleDatabase.LoadGroup( "Game" );
|
ModuleDatabase.LoadGroup( "Game" );
|
||||||
|
|
||||||
|
//Finally, initialize the client/server structure
|
||||||
|
ModuleDatabase.LoadExplicit( "Core_ClientServer" );
|
||||||
|
|
||||||
if( !$isDedicated )
|
if( !$isDedicated )
|
||||||
{
|
{
|
||||||
// Start rendering and stuff.
|
// Start rendering and stuff.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue