summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moreau <oreaus@gmail.com>2010-09-14 22:02:17 -0600
committerScott Moreau <oreaus@gmail.com>2010-09-14 22:02:17 -0600
commit0d04ae304e3fadddd275d977a312425e4064bcef (patch)
tree1b409dee00b15ed9c5f434fa72a2d92492d2d00b
parent6d4f226bf50590f54424516a31557a64dd25c8ef (diff)
downloadscreensaver-0d04ae304e3fadddd275d977a312425e4064bcef.tar.gz
screensaver-0d04ae304e3fadddd275d977a312425e4064bcef.tar.bz2
Don't reset cube orientation prematurely.
-rw-r--r--src/rotatingcube.cpp2
1 files changed, 0 insertions, 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();
}