Fixed the positioning of the graphical stats bars so that they don't overlap

the stats text
This commit is contained in:
Robert Osfield
2006-08-08 10:41:51 +00:00
parent 687bfb40c1
commit d0d48b0e5a

View File

@@ -421,7 +421,8 @@ void ViewerEventHandler::StatsAndHelpDrawCallback::displayStats()
glMatrixMode( GL_PROJECTION );
glPushMatrix();
glLoadIdentity();
glOrtho( -.03, .128, 600.0, -20.0, -1.0, 1.0 );
// glOrtho( -.03, .128, 600.0, -20.0, -1.0, 1.0 );
glOrtho( -0.04, .128, 600.0, -20.0, -1.0, 1.0 );
unsigned int lindex = (_index + 1) % _fs.size();