"view transform" is never used

This commit is contained in:
Glenn Maynard
2003-01-08 21:00:51 +00:00
parent 8b17dac094
commit 19ced1fdc3
3 changed files with 0 additions and 21 deletions
-5
View File
@@ -438,11 +438,6 @@ static void GameLoop()
DISPLAY->Clear();
DISPLAY->ResetMatrixStack();
RageMatrix mat;
RageMatrixIdentity( &mat );
DISPLAY->SetViewTransform( &mat );
SCREENMAN->Draw(); // draw the game
DISPLAY->FlushQueue();