From e2f20b43d538528bae5cde1a3c8890a1cd96bb26 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 29 Nov 2005 17:27:34 +0000 Subject: [PATCH] don't reinit ActorFrame stuff --- stepmania/src/BGAnimationLayer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 092f17c663..5f1fecae57 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -26,10 +26,6 @@ const float SPIRAL_MIN_ZOOM = 0.3f; BGAnimationLayer::BGAnimationLayer() { - m_fUpdateRate = 1; - m_fFOV = -1; // no change - m_bLighting = false; - m_vParticleVelocity.clear(); m_Type = TYPE_SPRITE;