Skip to content

Commit

Permalink
OSMesa draws upside down
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Nov 20, 2004
1 parent 12722f1 commit c7ea1e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/xbios/SDL_xbios.c
Expand Up @@ -992,6 +992,9 @@ static int XBIOS_GL_MakeCurrent(_THIS)
return -1;
}

/* OSMesa draws upside down */
OSMesaPixelStore(OSMESA_Y_UP, 0);

return 0;
}

Expand Down

0 comments on commit c7ea1e2

Please sign in to comment.