OpenXR: Fix composition layers not having correct play space

This commit is contained in:
David Snopek
2024-05-07 16:25:57 -05:00
parent 9c7e4031c0
commit de654d9846
8 changed files with 4 additions and 25 deletions

View File

@ -2302,7 +2302,7 @@ void OpenXRAPI::end_frame() {
};
result = xrEndFrame(session, &frame_end_info);
if (XR_FAILED(result)) {
print_line("OpenXR: failed to end frame! [", get_error_string(result), "]");
print_line("OpenXR: rendering skipped and failed to end frame! [", get_error_string(result), "]");
return;
}