mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #16587 from jbeich/xr-null
Common/VR: blind fix NULL type
This commit is contained in:
commit
23ca9f6294
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void VR_LeaveVR( engine_t* engine ) {
|
|||
OXR(xrDestroySpace(engine->appState.FakeStageSpace));
|
||||
engine->appState.CurrentSpace = XR_NULL_HANDLE;
|
||||
OXR(xrDestroySession(engine->appState.Session));
|
||||
engine->appState.Session = NULL;
|
||||
engine->appState.Session = XR_NULL_HANDLE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue