Fix comment typo.

This commit is contained in:
Steve Checkoway
2007-12-03 06:22:32 +00:00
parent f4915d33e3
commit 1f58d5a753
+1 -1
View File
@@ -836,7 +836,7 @@ void Sprite::ScaleToClipped( float fWidth, float fHeight )
int iSourceWidth = m_pTexture->GetSourceWidth();
int iSourceHeight = m_pTexture->GetSourceHeight();
// save the original X&Y. We're going to resore them later.
// save the original X&Y. We're going to restore them later.
float fOriginalX = GetX();
float fOriginalY = GetY();