mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Migrate some headers and general tidying
This commit is contained in:
@@ -275,10 +275,10 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
for (std::size_t i = 0; i < threads.size(); ++i)
|
||||
for (int i = 0; i < threads.size(); ++i)
|
||||
threads[i]->stop ();
|
||||
|
||||
for (std::size_t i = 0; i < threads.size(); ++i)
|
||||
for (int i = 0; i < threads.size(); ++i)
|
||||
threads[i]->waitForThreadToExit();
|
||||
|
||||
double const secondsElapsed ((Time::getCurrentTime() - startTime).inSeconds ());
|
||||
|
||||
Reference in New Issue
Block a user