code cleanup

This commit is contained in:
Chris Danford
2002-02-24 01:43:11 +00:00
parent f2a7f50634
commit 54f442350a
36 changed files with 1019 additions and 1568 deletions
+1
View File
@@ -199,6 +199,7 @@ void Sprite::Update( float fDeltaTime )
void Sprite::RenderPrimitives()
{
SCREEN->Translate( -0.5f, -0.5f, 0 ); // offset so that pixels are aligned to texels
if( m_pTexture == NULL )
return;