mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-20 18:37:48 -04:00
Disable SDL render batching by default (#1733)
This commit is contained in:
parent
06f3324f99
commit
2721476433
@ -1787,6 +1787,7 @@ void I_InitGraphics(void)
|
||||
{
|
||||
I_Error("Failed to initialize video: %s", SDL_GetError());
|
||||
}
|
||||
SDL_SetHint("SDL_HINT_RENDER_BATCHING", "0");
|
||||
|
||||
I_AtExit(I_ShutdownGraphics, true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user