diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-26 01:03:41 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-26 01:03:41 +0800 |
commit | b396dea89d04f9307261a3852ea8547681e95f7f (patch) | |
tree | 1b4f332c0f6d32b70c6297898056bb2ff422cf3b /featureClass/featureManager.js | |
parent | d36dbde865aec68f7fd564977cdf8e9c5912edbe (diff) | |
download | SoopyV2-b396dea89d04f9307261a3852ea8547681e95f7f.tar.gz SoopyV2-b396dea89d04f9307261a3852ea8547681e95f7f.tar.bz2 SoopyV2-b396dea89d04f9307261a3852ea8547681e95f7f.zip |
Finish museum gui (except search bar)
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r-- | featureClass/featureManager.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 538bd91..651ae52 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -20,6 +20,8 @@ class FeatureManager { this.parent = undefined + this.finishedLoading = false + this.commandFuncs = {} this.lastEventId = 0 @@ -53,6 +55,8 @@ class FeatureManager { this.loadFeature(feature) } }) + + this.finishedLoading = true }).start() this.registerStep(false, 30, ()=>{ |