put back spacing

This commit is contained in:
rakslice 2020-11-19 13:37:45 -08:00
parent cff2024c2e
commit d7215df688

View File

@ -57,6 +57,7 @@ prefs_desc platform_prefs_items[] = {
#ifdef USE_SDL_VIDEO
{"sdlrender", TYPE_STRING, false, "SDL_Renderer driver (\"auto\", \"software\" (may be faster), etc.)"},
#endif
{NULL, TYPE_END, false, NULL} // End of list
};