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:
parent
2e74f83569
commit
3f0ceec589
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user