Skip to content

Commit

Permalink
Update TrackerDevice.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 authored Mar 21, 2023
1 parent 37bb4e6 commit bf34bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TrackerDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ void SlimeVRDriver::TrackerDevice::Update()

void SlimeVRDriver::TrackerDevice::PositionMessage(messages::Position &position)
{
Log("Device index updating: " + this->device_index);
if (this->device_index_ == vr::k_unTrackedDeviceIndexInvalid)
return;

Expand Down

0 comments on commit bf34bd2

Please sign in to comment.