Skip to content

Commit 8cb69cc

Browse files
author
ChengNan Yang
committed
Fix ControllerRole typo error
1 parent baacdbd commit 8cb69cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/ViveRole/RoleMaps/ControllerRole.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void Refresh()
7272
}
7373
else
7474
{
75-
var index = VRModule.GetRightControllerDeviceIndex();
75+
var index = VRModule.GetLeftControllerDeviceIndex();
7676
if (VRModule.GetDeviceState(index).deviceClass == VRModuleDeviceClass.Controller)
7777
{
7878
leftIndex = index;

0 commit comments

Comments
 (0)