Skip to content

Commit 9b70b76

Browse files
committed
Update MixtapeSettingsSubState.hx
1 parent e831cb4 commit 9b70b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/options/MixtapeSettingsSubState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class MixtapeSettingsSubState extends BaseOptionsMenu
248248
STRING,
249249
["Light", "Dark"]);
250250
option.displayFormat = '< %v >';
251-
onChange = function() Achievements.unlock('much_better');
251+
option.onChange = function() Achievements.unlock('much_better');
252252
addOption(option);
253253

254254
var option:Option = new Option('---MISC.---',

0 commit comments

Comments
 (0)