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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user