mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 09:33:08 +02:00
ViveControllerManager: Code review feedback on PR #11422
This commit is contained in:
parent
c26d04dca1
commit
f081c36f25
1 changed files with 0 additions and 2 deletions
|
@ -708,8 +708,6 @@ controller::Pose ViveControllerManager::InputDevice::addOffsetToPuckPose(const c
|
|||
puckPoseIter++;
|
||||
}
|
||||
|
||||
//auto puckPoseIter = _poseStateMap.find(puckIndex);
|
||||
|
||||
if (puckPoseIter != _validTrackedObjects.end()) {
|
||||
|
||||
glm::mat4 postMat; // identity
|
||||
|
|
Loading…
Reference in a new issue