Set up the ortho projection directly, and only once.

This commit is contained in:
Glenn Maynard
2002-11-15 08:13:51 +00:00
parent 9169da5b9d
commit df22699cec
2 changed files with 6 additions and 3 deletions
-3
View File
@@ -598,9 +598,6 @@ void GameLoop()
RageMatrix mat;
RageMatrixOrthoOffCenterLH( &mat, 0, SCREEN_WIDTH, SCREEN_HEIGHT, 0, SCREEN_NEAR, SCREEN_FAR );
DISPLAY->SetProjectionTransform( &mat );
RageMatrixIdentity( &mat );
DISPLAY->SetViewTransform( &mat );