mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-01-16 19:05:11 -05:00
Fix handleNotes setting variable
This commit is contained in:
@@ -39,7 +39,7 @@ void updateSetting(SettingID::SettingID setting, int value)
|
||||
switch(setting)
|
||||
{
|
||||
case HANDLE_NOTES:
|
||||
scheduleNotes = value;
|
||||
handleNotes = value;
|
||||
break;
|
||||
case SCHEDULE_NOTES:
|
||||
scheduleNotes = value;
|
||||
|
||||
Reference in New Issue
Block a user