mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Remove duplicate -renderer option
Guess this was here from when Leo added command-line playtesting.
This commit is contained in:
parent
4be18ff9fe
commit
2333087c27
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue