We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2518ca5 commit 6068d7aCopy full SHA for 6068d7a
src/TrackerDevice.cpp
@@ -98,7 +98,7 @@ void SlimeVRDriver::TrackerDevice::PositionMessage(messages::Position &position)
98
{
99
// Get data from protobuf
100
auto fingerData = position.finger_bone_rotations(i);
101
- int fingerBoneName = fingerData.name();
+ int fingerBoneName = static_cast<int>(fingerData.name());
102
103
// Map from our 15 bones to OpenVR's 31 bones
104
int boneIndex = protobuf_fingers_to_openvr[fingerBoneName];
0 commit comments