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:
parent
444074a931
commit
09986c90f7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue