mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:44:21 +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" );
|
printf( "Initialized Display.\n" );
|
||||||
|
|
||||||
init();
|
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
|
// create thread for receipt of data via UDP
|
||||||
pthread_create(&networkReceiveThread, NULL, networkReceive, NULL);
|
pthread_create(&networkReceiveThread, NULL, networkReceive, NULL);
|
||||||
|
|
Loading…
Reference in a new issue