Skip to content

Commit 6a405e0

Browse files
Remove unwanted space
1 parent cecd0ee commit 6a405e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webots/nodes/WbCamera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ bool WbCamera::setRecognizedObjectProperties(WbRecognizedObject *recognizedObjec
804804

805805
// compute object relative orientation
806806
WbRotation relativeRotation;
807-
relativeRotation.fromMatrix3(recognizedObject->device()->rotationMatrix().transposed() *
807+
relativeRotation.fromMatrix3(recognizedObject->device()->rotationMatrix().transposed() *
808808
recognizedObject->object()->rotationMatrix());
809809
relativeRotation.normalize();
810810
recognizedObject->setRelativeOrientation(relativeRotation);

0 commit comments

Comments
 (0)