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