diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-27 13:00:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-27 13:05:05 +0200 |
commit | 6b715afe5fac84078677ce2227d2cc783f9ab243 (patch) | |
tree | 6ba2f7a2f315b9f0d48765d262bdd772d8892172 | |
parent | b3faed955fa4e0c7e3b1f6843bfb81f15edc2826 (diff) |
reintroduce removed line, fdo#62402
This line was removed with dd3e879cfdacbc8b9fff7556ae2d8698a22e9235 but
is needed. Special thanks to Joren for bibisecting and bisecting.
Change-Id: Id2b3de4098db75571006e6e62b77efe8c491b06f
(cherry picked from commit 17f21e6bcc5283c5485cc42344610e8125547c0f)
-rw-r--r-- | svx/source/engine3d/camera3d.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/engine3d/camera3d.cxx b/svx/source/engine3d/camera3d.cxx index 115e38437187..533b456de315 100644 --- a/svx/source/engine3d/camera3d.cxx +++ b/svx/source/engine3d/camera3d.cxx @@ -117,6 +117,8 @@ void Camera3D::SetBankAngle(double fAngle) } // Calculate from aDiff to uppwards pointing View-Up-Vector + // duplicated line is intentional! + aPrj = aPrj.getPerpendicular(aDiff); aPrj = aPrj.getPerpendicular(aDiff); aDiff.normalize(); |