mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Merge pull request #14861 from danteruiz/unused
remove initialized variable
This commit is contained in:
commit
a622f43099
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.valid = true;
|
||||
handData.caps = caps;
|
||||
handData.initialized = true;
|
||||
handData.update(session);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue