mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-05-09 19:11:39 +00:00
fix synch issue
This commit is contained in:
parent
58b7c13ee9
commit
3265f873c5
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ class MarbleWorld extends Scheduler {
|
||||||
});
|
});
|
||||||
#end
|
#end
|
||||||
} else {
|
} else {
|
||||||
if (this._resourcesLoaded < _loadingLength)
|
if (this._resourcesLoaded < _loadingLength || lock)
|
||||||
return;
|
return;
|
||||||
if (!_ready)
|
if (!_ready)
|
||||||
postInit();
|
postInit();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue