mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
OpenVR: Actually quit correctly if we get a close/quit message.
(cherry picked from commit a7ecd5f777)
This commit is contained in:
parent
9fe4e5cc87
commit
f6f1376cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -1473,7 +1473,7 @@ static void OPENVR_PumpEvents(SDL_VideoDevice *_this)
|
|||
break;
|
||||
case EVREventType_VREvent_OverlayClosed:
|
||||
case EVREventType_VREvent_Quit:
|
||||
SDL_Quit();
|
||||
SDL_SendQuit();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue