This commit is contained in:
Glenn Maynard
2005-10-19 21:58:40 +00:00
parent 63314211fc
commit f4064fe03c
@@ -39,7 +39,7 @@ public:
/* only called by RageTextureManager::InvalidateTextures */
void Invalidate() { m_uTexHandle = 0; }
void Update(float fDeltaTime);
void Update( float fDeltaTime );
virtual void Reload();
@@ -48,7 +48,7 @@ public:
virtual void SetPosition( float fSeconds );
virtual void SetPlaybackRate( float fRate );
void SetLooping( bool bLooping=true ) { m_bLoop = looping; }
void SetLooping( bool bLooping=true ) { m_bLoop = bLooping; }
void NewData( const char *pBuffer );