Skip to content
Snippets Groups Projects
Commit dc96d2be authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

BUG: Fix device tracker rotation offset issue

parent 2d810a35
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ DeviceTracker::updateTrackingData()
// Apply Offsets
m_currentPos = m_rotationOffset * m_currentPos * m_scaling + m_translationOffset;
m_currentRot *= m_rotationOffset;
m_currentRot = m_rotationOffset*m_currentRot;
m_trackingDataUptoDate = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment