diff --git a/source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp b/source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp index 15e7ac0e98..c0044c54f4 100644 --- a/source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp +++ b/source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp @@ -147,7 +147,7 @@ MESSAGEHANDLER(SmoothZoom) MESSAGEHANDLER(RotateAround) { - if (!g_Game || g_Game->GetView()->GetCinema()->IsPlaying()) + if (!g_Game || g_Game->GetView()->GetCinema()->IsPlaying() || g_BirdEyeView) return; static CVector3D focusPos;