[skip ci] [Gui] fix a typo

This commit is contained in:
Uwe
2022-03-12 19:19:16 +01:00
parent 0ebdbff9bf
commit ec0d0beb19

View File

@@ -1196,7 +1196,7 @@ bool NaviCubeImplementation::mouseReleased(short x, short y) {
setHilite(0);
m_MouseDown = false;
// get the curent view
// get the current view
SbMatrix ViewRotMatrix;
SbRotation CurrentViewRot = m_View3DInventorViewer->getCameraOrientation();
CurrentViewRot.getValue(ViewRotMatrix);