mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 07:03:54 +00:00
OpenVR: Actually quit correctly if we get a close/quit message.
This commit is contained in:
committed by
Sam Lantinga
parent
8c0add4351
commit
a7ecd5f777
@@ -1487,7 +1487,7 @@ static void OPENVR_PumpEvents(SDL_VideoDevice *_this)
|
||||
break;
|
||||
case EVREventType_VREvent_OverlayClosed:
|
||||
case EVREventType_VREvent_Quit:
|
||||
SDL_Quit();
|
||||
SDL_SendQuit();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user