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;
}