mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 01:22:59 +02:00
add --particleServerConfig to domain server
This commit is contained in:
parent
9654f025b4
commit
50833cf04c
1 changed files with 3 additions and 0 deletions
|
@ -318,6 +318,9 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
|||
|
||||
const char VOXEL_CONFIG_OPTION[] = "--voxelServerConfig";
|
||||
_voxelServerConfig = getCmdOption(argc, (const char**) argv, VOXEL_CONFIG_OPTION);
|
||||
|
||||
const char PARTICLE_CONFIG_OPTION[] = "--particleServerConfig";
|
||||
_particleServerConfig = getCmdOption(argc, (const char**) argv, PARTICLE_CONFIG_OPTION);
|
||||
|
||||
// setup the mongoose web server
|
||||
struct mg_callbacks callbacks = {};
|
||||
|
|
Loading…
Reference in a new issue