mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
remove cruft
This commit is contained in:
parent
20c9228050
commit
ad1ee97324
1 changed files with 0 additions and 6 deletions
|
@ -222,12 +222,6 @@ bool OculusControllerManager::isHeadControllerMounted() const {
|
|||
void OculusControllerManager::TouchDevice::update(float deltaTime,
|
||||
const controller::InputCalibrationData& inputCalibrationData) {
|
||||
_buttonPressedMap.clear();
|
||||
// _poseStateMap.erase(controller::HEAD);
|
||||
|
||||
// if (!_parent.isHeadControllerMounted()) {
|
||||
// // if the HMD isn't on someone's head, don't take input from the controllers
|
||||
// return;
|
||||
// }
|
||||
|
||||
int numTrackedControllers = 0;
|
||||
quint64 currentTime = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue