From b396dea89d04f9307261a3852ea8547681e95f7f Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:03:41 +0800 Subject: Finish museum gui (except search bar) --- featureClass/featureManager.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'featureClass/featureManager.js') 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, ()=>{ -- cgit