mirror of
https://github.com/yawut/SDL.git
synced 2026-09-10 18:16:19 -05:00
OSMesa draws upside down
This commit is contained in:
@@ -992,6 +992,9 @@ static int XBIOS_GL_MakeCurrent(_THIS)
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* OSMesa draws upside down */
|
||||
OSMesaPixelStore(OSMESA_Y_UP, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user