This commit is contained in:
Glenn Maynard
2005-04-23 06:30:22 +00:00
parent 8d89ff4bd9
commit 026148f7fa
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -43,11 +43,6 @@ void FadingBanner::ScaleToClipped( float fWidth, float fHeight )
m_Banner[i].ScaleToClipped( fWidth, fHeight );
}
float FadingBanner::GetFadeSeconds() const
{
return FADE_SECONDS;
}
void FadingBanner::Update( float fDeltaTime )
{
// update children manually
-1
View File
@@ -48,7 +48,6 @@ public:
bool LoadFromCachedBanner( const CString &path );
float GetFadeSeconds() const;
void SetMovingFast( bool fast ) { m_bMovingFast=fast; }
virtual void Update( float fDeltaTime );
virtual void DrawPrimitives();