Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
baffler committed Apr 5, 2020
2 parents e9c7771 + 1212f91 commit fe9686e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/win-openvr/win-openvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ static void win_openvr_tick(void *data, float seconds)
{
if (e.eventType == vr::VREvent_Quit)
{
//vr::VRSystem()->AcknowledgeQuit_Exiting();
//vr::VRSystem()->AcknowledgeQuit_UserPrompt();

// Without this SteamVR will kill OBS process when it exits
win_openvr_deinit(data);
}
Expand Down

0 comments on commit fe9686e

Please sign in to comment.