From 0d04ae304e3fadddd275d977a312425e4064bcef Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Tue, 14 Sep 2010 22:02:17 -0600 Subject: Don't reset cube orientation prematurely. --- src/rotatingcube.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rotatingcube.cpp b/src/rotatingcube.cpp index 4b04c2b..24928e7 100644 --- a/src/rotatingcube.cpp +++ b/src/rotatingcube.cpp @@ -30,8 +30,6 @@ void ScreenRotatingCube::disable() ss->mZCameraFadeOut = ss->mZCamera; ss->mCubeRotXFadeOut = ss->mCubeRotX; ss->mCubeRotVFadeOut = ss->mCubeRotV; - - ss->cubeScreen->cubeGetRotationSetEnabled (ss, false); ScreenEffect::disable(); } -- cgit v1.1