mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
remove call that included getCmdOption
This commit is contained in:
parent
a2b05d5f14
commit
d76fafda67
1 changed files with 0 additions and 8 deletions
|
@ -973,14 +973,6 @@ int main(int argc, char** argv)
|
|||
printf( "Initialized Display.\n" );
|
||||
|
||||
init();
|
||||
|
||||
// Check to see if the user passed in a command line option for loading a local
|
||||
// Voxel File. If so, load it now.
|
||||
char* voxelsFilename = getCmdOption(argv, argv + argc, "-i");
|
||||
if (voxelsFilename)
|
||||
{
|
||||
voxels.loadVoxelsFile(voxelsFilename);
|
||||
}
|
||||
|
||||
// create thread for receipt of data via UDP
|
||||
pthread_create(&networkReceiveThread, NULL, networkReceive, NULL);
|
||||
|
|
Loading…
Reference in a new issue