mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:56:25 +02:00
remove used variable
This commit is contained in:
parent
aa645af744
commit
6c9d15d9a9
1 changed files with 0 additions and 1 deletions
|
@ -696,7 +696,6 @@ void OculusMobileInputDevice::reconnectTouchControllers(ovrMobile* session) {
|
||||||
handData.state.Header.ControllerType = ovrControllerType_TrackedRemote;
|
handData.state.Header.ControllerType = ovrControllerType_TrackedRemote;
|
||||||
handData.valid = true;
|
handData.valid = true;
|
||||||
handData.caps = caps;
|
handData.caps = caps;
|
||||||
handData.initialized = true;
|
|
||||||
handData.update(session);
|
handData.update(session);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue