chat fixed, still struggling with positioning

This commit is contained in:
Titus Tscharntke 2010-09-14 23:28:03 +00:00
parent a38778deb1
commit 6d8f0137f5

View File

@ -376,7 +376,7 @@ void BaseRenderer::renderMapPreview( const MapPreview *map, bool renderAll,
glPopMatrix();
glPopAttrib();
glViewport(0, 0, 0, 0);
//glViewport(0, 0, 0, 0);
assertGl();
}