Skip to content

Commit 2b3a2b0

Browse files
committed
Fix capitalization of MR layer
refs #27
1 parent 8f655d6 commit 2b3a2b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linters/windows/ViveLayersLinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class ViveLayersLinter final : public Linter {
3434
const auto runtimeName = runtime->mName.value_or(runtime->mPath.string());
3535

3636
static const std::unordered_set<std::string_view> LayerNames {
37+
"XR_APILAYER_VIVE_MR",
3738
"XR_APILAYER_VIVE_hand_tracking",
3839
"XR_APILAYER_VIVE_facial_tracking",
39-
"XR_APILAYER_VIVE_mr",
4040
"XR_APILAYER_VIVE_srworks",
4141
"XR_APILAYER_VIVE_xr_tracker",
4242
};

0 commit comments

Comments
 (0)