Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix change of handedness on Oculus Go. Fixes #504 (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and keianhzo committed Sep 10, 2018
1 parent b7f0a1d commit 2504853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/oculusvr/cpp/DeviceDelegateOculusVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ struct DeviceDelegateOculusVR::State {
}

void UpdateControllerID() {
if (!controller || !ovr || (controllerID != ovrDeviceIdType_Invalid)) {
if (!controller || !ovr) {
return;
}

Expand Down

0 comments on commit 2504853

Please sign in to comment.