diff options
Diffstat (limited to 'src/rotatingcube.cpp')
-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(); } |