fix clipping not taking effect on some banners

This commit is contained in:
Chris Danford
2003-07-04 22:46:31 +00:00
parent 32c63c9429
commit 84b6b282a7
2 changed files with 0 additions and 8 deletions
-6
View File
@@ -129,9 +129,3 @@ void Banner::LoadRandom()
Load( THEME->GetPathToG("Banner random") );
m_bScrolling = true;
}
void Banner::ScaleToClipped( float fWidth, float fHeight )
{
m_fRememberedClipWidth = fWidth;
m_fRememberedClipHeight = fHeight;
}
-2
View File
@@ -27,8 +27,6 @@ public:
virtual void Update( float fDeltaTime );
virtual void ScaleToClipped( float fWidth, float fHeight );
void LoadFromSong( Song* pSong ); // NULL means no song
void LoadAllMusic();
void LoadFromGroup( CString sGroupName );