Yay for more random bughunting.

Originally committed to SVN as r875.
This commit is contained in:
Rodrigo Braz Monteiro 2007-01-22 19:20:46 +00:00
parent 3034d9f828
commit 914671d0a4

View file

@ -303,6 +303,7 @@ void VideoDisplayVisual::DrawOverlay() {
// Rotate XY
if (mode == 3) {
// Transform grid
glMatrixMode(GL_MODELVIEW);
glPushMatrix();
glLoadIdentity();
glTranslatef(dx,dy,0.0f);