Kaydet (Commit) 17f21e6b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

reintroduce removed line, fdo#62402

This line was removed with dd3e879c but
is needed. Special thanks to Joren for bibisecting and bisecting.

Change-Id: Id2b3de4098db75571006e6e62b77efe8c491b06f
üst 174e3256
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment