do note coloring with tex coord shifting, not separate elements

This commit is contained in:
Chris Danford
2005-10-04 19:45:45 +00:00
parent 57153b6c6c
commit e628f74491
8 changed files with 121 additions and 85 deletions
+2 -2
View File
@@ -445,9 +445,9 @@ void RageDisplay::TexturePopMatrix()
g_TextureStack.Pop();
}
void RageDisplay::TextureTranslate( float x, float y, float z )
void RageDisplay::TextureTranslate( float x, float y )
{
g_TextureStack.TranslateLocal(x, y, z);
g_TextureStack.TranslateLocal(x, y, 0);
}