mirror of
https://github.com/Relintai/terraman.git
synced 2025-04-23 21:43:23 +02:00
Add comment.
This commit is contained in:
parent
d931a53a13
commit
2e38466015
@ -108,6 +108,7 @@ void TerraTerrarinJob::phase_library_setup() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Note: without threadpool and threading none of this can happen, as cache will get initialized the first time a thread requests it!
|
||||||
while (!cache->get_initialized()) {
|
while (!cache->get_initialized()) {
|
||||||
//Means it's currently merging the atlases on a different thread.
|
//Means it's currently merging the atlases on a different thread.
|
||||||
//Let's just wait
|
//Let's just wait
|
||||||
|
Loading…
Reference in New Issue
Block a user