mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
temporarily disable add scene in voxel server
This commit is contained in:
parent
9dd2f2e589
commit
e55661bb0f
1 changed files with 3 additions and 1 deletions
|
@ -347,7 +347,9 @@ int main(int argc, const char * argv[])
|
|||
// 1) we attempted to load a persistant file and it wasn't there
|
||||
// 2) you asked us to add a scene
|
||||
// HOWEVER -- we will NEVER add a scene if you explicitly tell us not to!
|
||||
bool actuallyAddScene = !noAddScene && (addScene || (::wantVoxelPersist && !persistantFileRead));
|
||||
//
|
||||
// TEMPORARILY DISABLED!!!
|
||||
bool actuallyAddScene = false; // !noAddScene && (addScene || (::wantVoxelPersist && !persistantFileRead));
|
||||
if (actuallyAddScene) {
|
||||
addSphereScene(&randomTree);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue