mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-16 05:03:47 +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
269057cb45
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue