aboutsummaryrefslogtreecommitdiff
path: root/features/settings/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 00:05:04 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 00:05:04 +0800
commit7efa7599053cc8da203286d2beaeac737b2325f1 (patch)
tree70f50385e4cd6bc7749d611cfab241714663fbea /features/settings/index.js
parent4411297dc00f5fa33864530756fbeeaf617bb2c7 (diff)
downloadSoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.tar.gz
SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.tar.bz2
SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.zip
asd
Diffstat (limited to 'features/settings/index.js')
-rw-r--r--features/settings/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/settings/index.js b/features/settings/index.js
index 9426337..3ff2a48 100644
--- a/features/settings/index.js
+++ b/features/settings/index.js
@@ -204,6 +204,8 @@ class SettingPage extends GuiPage {
this.settingsCategoryArea.addChild(setting.getGuiObject())
height += 0.025+setting.getGuiObject().location.size.y.get()
+
+ setting.update()
}
})
}
@@ -274,6 +276,8 @@ class SettingPage extends GuiPage {
this.settingsArea.addChild(setting.getGuiObject())
height += 0.045+setting.getGuiObject().location.size.y.get()
+
+ setting.update()
})
}