mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +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
|
|
@ -25,6 +25,9 @@ ModuleDatabase.LoadExplicit( "CoreModule" );
|
|||
ModuleDatabase.scanModules( "data", false );
|
||||
ModuleDatabase.LoadGroup( "Game" );
|
||||
|
||||
//Finally, initialize the client/server structure
|
||||
ModuleDatabase.LoadExplicit( "Core_ClientServer" );
|
||||
|
||||
if( !$isDedicated )
|
||||
{
|
||||
// Start rendering and stuff.
|
||||
|
|
|
|||
Loading…
Reference in a new issue