From 11cdc5dc56310a2a3eb18bc57bfcfb120151c708 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Jun 2003 05:34:03 +0000 Subject: [PATCH] nothing derives from BGAL --- stepmania/src/BGAnimationLayer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/BGAnimationLayer.h b/stepmania/src/BGAnimationLayer.h index d766bef5be..7cf4ec474b 100644 --- a/stepmania/src/BGAnimationLayer.h +++ b/stepmania/src/BGAnimationLayer.h @@ -35,10 +35,10 @@ public: void LoadFromVisualization( CString sMoviePath ); void LoadFromIni( CString sDir, CString sLayer ); - virtual void Update( float fDeltaTime ); - virtual void Draw(); + void Update( float fDeltaTime ); + void Draw(); - virtual void SetDiffuse( RageColor c ); + void SetDiffuse( RageColor c ); float GetMaxTweenTimeLeft() const; void GainingFocus( float fRate, bool bRewindMovie, bool bLoop );