0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

fixed #34 it was frozen cause manual block was added without finish

This commit is contained in:
Sergey Yagovtsev 2017-04-25 16:36:21 +03:00
parent 2e74f83569
commit 3f0ceec589

View File

@ -165,6 +165,7 @@ void modellingThread(){
localSleep(1200000); localSleep(1200000);
//std::this_thread::sleep_for(std::chrono::milliseconds(20)); //std::this_thread::sleep_for(std::chrono::milliseconds(20));
} }
EASY_END_BLOCK;
} }
void renderThread(){ void renderThread(){