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

Commit 2504853

Browse files
bluemarvinkeianhzo
authored andcommitted
Fix change of handedness on Oculus Go. Fixes #504 (#505)
1 parent b7f0a1d commit 2504853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/oculusvr/cpp/DeviceDelegateOculusVR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ struct DeviceDelegateOculusVR::State {
202202
}
203203

204204
void UpdateControllerID() {
205-
if (!controller || !ovr || (controllerID != ovrDeviceIdType_Invalid)) {
205+
if (!controller || !ovr) {
206206
return;
207207
}
208208

0 commit comments

Comments
 (0)