Misc compile fix for the unsupported opengl configuration

This commit is contained in:
jacob1 2021-06-08 22:35:34 -04:00
parent 1851677dbe
commit 9775527123
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -163,7 +163,7 @@ void CalculateMousePosition(int *x, int *y)
#ifdef OGLI
void blit()
{
SDL_GL_SwapBuffers();
SDL_GL_SwapWindow(sdl_window);
}
#else
void blit(pixel * vid)