Misc compile fix for the unsupported opengl configuration
This commit is contained in:
parent
1851677dbe
commit
9775527123
@ -163,7 +163,7 @@ void CalculateMousePosition(int *x, int *y)
|
|||||||
#ifdef OGLI
|
#ifdef OGLI
|
||||||
void blit()
|
void blit()
|
||||||
{
|
{
|
||||||
SDL_GL_SwapBuffers();
|
SDL_GL_SwapWindow(sdl_window);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void blit(pixel * vid)
|
void blit(pixel * vid)
|
||||||
|
Loading…
Reference in New Issue
Block a user