Ticket #8536: residual-dim.diff

File residual-dim.diff, 457 bytes (added by SF/mannythegnome, 18 years ago)

Proposed patch

  • driver_gl.cpp

     
    783786        glDisable(GL_DEPTH_TEST);
    784787        glDepthMask(GL_FALSE);
    785788
    786         glRasterPos2i(0, _screenHeight);
     789        glRasterPos2i(0, _screenHeight - 1);
     790        glBitmap(0, 0, 0, 0, 0, -1, NULL);
    787791        glDrawPixels(_screenWidth, _screenHeight, GL_RGBA, GL_UNSIGNED_BYTE, _storedDisplay);
    788792
    789793        glDepthMask(GL_TRUE);