mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
make new voxel distribution default behavior
This commit is contained in:
parent
accda966d5
commit
33f86513ab
1 changed files with 2 additions and 2 deletions
|
@ -433,8 +433,8 @@ int main(int argc, const char * argv[])
|
|||
::wantColorRandomizer = cmdOptionExists(argc, argv, WANT_COLOR_RANDOMIZER);
|
||||
printf("wantColorRandomizer=%s\n", (::wantColorRandomizer ? "yes" : "no"));
|
||||
|
||||
const char* NEW_VOXEL_DISTRIBUTOR = "--newVoxelDistributor";
|
||||
::newVoxelDistributor = cmdOptionExists(argc, argv, NEW_VOXEL_DISTRIBUTOR);
|
||||
const char* OLD_VOXEL_DISTRIBUTOR = "--OldVoxelDistributor";
|
||||
::newVoxelDistributor = !cmdOptionExists(argc, argv, OLD_VOXEL_DISTRIBUTOR);
|
||||
printf("newVoxelDistributor=%s\n", (::newVoxelDistributor ? "yes" : "no"));
|
||||
|
||||
// Check to see if the user passed in a command line option for loading a local
|
||||
|
|
Loading…
Reference in a new issue