s/RemoteAt/erase/

This commit is contained in:
Glenn Maynard
2002-10-31 04:11:08 +00:00
parent 6e0c622850
commit a041b7cd3e
14 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ void RageDisplay::PushMatrix()
void RageDisplay::PopMatrix()
{
m_MatrixStack.RemoveAt( m_MatrixStack.size()-1 );
m_MatrixStack.erase( m_MatrixStack.end()-1, m_MatrixStack.end() );
}
void RageDisplay::Translate( float x, float y, float z )