fix clipping not taking effect on some banners
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user