diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-09-14 22:02:17 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-09-14 22:02:17 -0600 |
commit | 0d04ae304e3fadddd275d977a312425e4064bcef (patch) | |
tree | 1b409dee00b15ed9c5f434fa72a2d92492d2d00b | |
parent | 6d4f226bf50590f54424516a31557a64dd25c8ef (diff) | |
download | screensaver-0d04ae304e3fadddd275d977a312425e4064bcef.tar.gz screensaver-0d04ae304e3fadddd275d977a312425e4064bcef.tar.bz2 |
Don't reset cube orientation prematurely.
-rw-r--r-- | src/rotatingcube.cpp | 2 |
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(); } |