diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-03 00:05:04 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-03 00:05:04 +0800 |
commit | 7efa7599053cc8da203286d2beaeac737b2325f1 (patch) | |
tree | 70f50385e4cd6bc7749d611cfab241714663fbea /features/settings/index.js | |
parent | 4411297dc00f5fa33864530756fbeeaf617bb2c7 (diff) | |
download | SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.tar.gz SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.tar.bz2 SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.zip |
asd
Diffstat (limited to 'features/settings/index.js')
-rw-r--r-- | features/settings/index.js | 4 |
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() }) } |