1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

Remove duplicate -renderer option

Guess this was here from when Leo added command-line playtesting.
This commit is contained in:
Misa 2020-05-02 14:56:14 -07:00 committed by Ethan Lee
parent 4be18ff9fe
commit 2333087c27

View File

@ -103,9 +103,6 @@ int main(int argc, char *argv[])
return 1;
}
}
if (std::string(argv[i]) == "-renderer") {
SDL_SetHintWithPriority(SDL_HINT_RENDER_DRIVER, argv[2], SDL_HINT_OVERRIDE);
}
}
SDL_SetHintWithPriority(SDL_HINT_RENDER_VSYNC, "1", SDL_HINT_OVERRIDE);