1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Make indentation in settings saving error consistent with rest of cases

This commit is contained in:
Dav999-v 2020-11-22 04:14:52 +01:00 committed by Ethan Lee
parent 444074a931
commit 09986c90f7

View file

@ -1158,8 +1158,8 @@ void menurender()
break; break;
} }
case Menu::errorsavingsettings: case Menu::errorsavingsettings:
graphics.Print( -1, 95, "ERROR: Could not save settings file!", tr, tg, tb, true); graphics.Print( -1, 95, "ERROR: Could not save settings file!", tr, tg, tb, true);
break; break;
default: default:
break; break;
} }