mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +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.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