Skip to content
Snippets Groups Projects
Commit c606506d authored by Robert Menzel's avatar Robert Menzel
Browse files

hotfix for camera bug

parent 1336ee09
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ void HMDCamera::setNeckToEyeHorizontalDistance( float _f )
void HMDCamera::setHMDRotation( const glm::mat3 &_rotation )
{
mHMDRotation = glm::mat4( _rotation );
//mHMDRotation = glm::mat4( _rotation );
GenericCamera::setRotationMatrix( _rotation );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment