Skip to content

Commit

Permalink
Fix a conformance issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucchia committed May 27, 2023
1 parent 3b4f844 commit 0b54574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pimax-openxr/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ namespace pimax_openxr {
}

if (viewConfigurationType != XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO &&
viewConfigurationType != XR_VIEW_CONFIGURATION_TYPE_PRIMARY_QUAD_VARJO) {
(!has_XR_VARJO_quad_views || viewConfigurationType != XR_VIEW_CONFIGURATION_TYPE_PRIMARY_QUAD_VARJO)) {
return XR_ERROR_VIEW_CONFIGURATION_TYPE_UNSUPPORTED;
}

Expand Down

0 comments on commit 0b54574

Please sign in to comment.