We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e831cb4 commit 9b70b76Copy full SHA for 9b70b76
source/options/MixtapeSettingsSubState.hx
@@ -248,7 +248,7 @@ class MixtapeSettingsSubState extends BaseOptionsMenu
248
STRING,
249
["Light", "Dark"]);
250
option.displayFormat = '< %v >';
251
- onChange = function() Achievements.unlock('much_better');
+ option.onChange = function() Achievements.unlock('much_better');
252
addOption(option);
253
254
var option:Option = new Option('---MISC.---',
0 commit comments