comment/cleanup

This commit is contained in:
AJ Kelly
2010-06-30 00:04:52 -05:00
parent 4eda22a57b
commit acb9099c75
8 changed files with 81 additions and 104 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ void BGAnimationLayer::UpdateInternal( float fDeltaTime )
{
for( unsigned i=0; i<m_SubActors.size(); i++ )
{
/* XXX: there's no longer any guarantee that this is a Sprite */
// XXX: there's no longer any guarantee that this is a Sprite
Sprite *pSprite = (Sprite*)m_SubActors[i];
pSprite->StretchTexCoords(
fDeltaTime*m_fTexCoordVelocityX,