0

util.js: actually run the ready queue

Fixes #1466 I hope.
This commit is contained in:
Nicolas F
2019-07-12 17:25:29 +02:00
parent 106d332136
commit a9aabab790

View File

@@ -430,7 +430,8 @@ overviewer.util = {
overviewer.worldCtrl.onChange({target: {value: overviewer.current_world}});
}
overviewer.util.runReadyQueue();
overviewer.util.isReady = true;
},
'injectMarkerScript': function(url) {