mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-03-04 19:11:06 +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
|
||||
} else {
|
||||
if (this._resourcesLoaded < _loadingLength)
|
||||
if (this._resourcesLoaded < _loadingLength || lock)
|
||||
return;
|
||||
if (!_ready)
|
||||
postInit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue