Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexbas committed May 7, 2023
1 parent 1c14b4f commit e200e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/NaviCube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ SbRotation NaviCubeImplementation::getNearestOrientation(PickId pickId) {
SbRotation rotation = intermediateOrientation.inverse() * standardOrientation;
rotation.getValue(axis, angle);

// f is a small value used to control orientation priority when the camera is almost excactly between two
// f is a small value used to control orientation priority when the camera is almost exactly between two
// orientations (e.g. +45 and -45 degrees). The standard orientation is preferred compared to
// +90 and -90 degree orientations and the +90 and -90 degree orientations are preferred compared to an
// upside down standard orientation
Expand Down

0 comments on commit e200e46

Please sign in to comment.