aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-26 01:03:41 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-26 01:03:41 +0800
commitb396dea89d04f9307261a3852ea8547681e95f7f (patch)
tree1b4f332c0f6d32b70c6297898056bb2ff422cf3b /featureClass/featureManager.js
parentd36dbde865aec68f7fd564977cdf8e9c5912edbe (diff)
downloadSoopyV2-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.js4
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, ()=>{