mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove debug statement
This commit is contained in:
parent
eba8a6e17b
commit
82fb58ed96
1 changed files with 0 additions and 1 deletions
|
@ -382,7 +382,6 @@ void ViveControllerManager::InputDevice::update(float deltaTime, const controlle
|
|||
|
||||
updateCalibratedLimbs(inputCalibrationData);
|
||||
_lastSimPoseData = _nextSimPoseData;
|
||||
qDebug() << _trackedControllers;
|
||||
}
|
||||
|
||||
void ViveControllerManager::InputDevice::calibrateFromHandController(const controller::InputCalibrationData& inputCalibrationData) {
|
||||
|
|
Loading…
Reference in a new issue