Added detection of buggy Voodoo3 drivers, then found a hack that fixes the problems. Sigh...

This commit is contained in:
Chris Danford
2003-02-20 10:41:43 +00:00
parent 6796e39be7
commit 32cdbed7bf
6 changed files with 126 additions and 34 deletions
+4
View File
@@ -284,6 +284,8 @@ void Player::DrawPrimitives()
DISPLAY->LookAt(Eye, At, Up);
}
else
DISPLAY->PushMatrix();
m_GrayArrowRow.Draw();
m_NoteField.Draw();
@@ -294,6 +296,8 @@ void Player::DrawPrimitives()
DISPLAY->ExitPerspective();
DISPLAY->PopMatrix();
}
else
DISPLAY->PopMatrix();
m_Judgment.Draw();