Skip to content

Commit

Permalink
Fix thread cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup03 committed Sep 20, 2024
1 parent 9f02364 commit 6ee66b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrto3d/src/hmd_device_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void MockControllerDeviceDriver::Deactivate()
{
if ( is_active_.exchange( false ) )
{
pose_update_thread_.join();
focus_update_thread_.join();
}

// unassign our controller index (we don't want to be calling vrserver anymore after Deactivate() has been called
Expand Down

0 comments on commit 6ee66b4

Please sign in to comment.