mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-09-11 22:45:23 -04:00
Fix handleNotes setting variable
This commit is contained in:
+1
-1
@@ -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