Skip to content

Commit

Permalink
Merge pull request #51 from ami-iit/S-Dafarra-patch-1
Browse files Browse the repository at this point in the history
Apply review after #50
  • Loading branch information
S-Dafarra authored Nov 15, 2024
2 parents c87c2f4 + 46c44ee commit a2ea23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/openxrheadset/OpenXrHeadset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ bool yarp::dev::OpenXrHeadset::threadInit()

{
std::lock_guard<std::mutex> lock(m_joypadServerMutex);
m_thisDevice.give(this, false);
m_thisDevice.give(this, /*own=*/false);
}

return true;
Expand Down

0 comments on commit a2ea23c

Please sign in to comment.