just a format
This commit is contained in:
@@ -494,12 +494,12 @@ void GameStateDuel::Update(float dt)
|
||||
size_t thread_count = 1;
|
||||
startTime = JGEGetTime();
|
||||
|
||||
#ifdef QT_CONFIG
|
||||
#ifdef QT_CONFIG
|
||||
thread_count = QThread::idealThreadCount();
|
||||
|
||||
#else
|
||||
#else
|
||||
thread_count = 4;
|
||||
#endif
|
||||
#endif
|
||||
for(size_t i = 0; i < (thread_count); i++)
|
||||
mWorkerThread.push_back(boost::thread(ThreadProc, this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user