Skip to content

Commit bd2edc6

Browse files
committed
XRNS should be above all overlays, not just OpenKneeboard
1 parent f1e98e3 commit bd2edc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerRules.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ std::vector<LayerRules> GetLayerRules() {
130130
// - https://gitlab.com/NobiWan/xrnecksafer/-/issues/15
131131
// - https://gitlab.com/NobiWan/xrnecksafer/-/issues/16
132132
// - Other developers have mentioned thread safety issues in XRNS that can cause crashes; I've not confirmed these
133-
XR_APILAYER_FREDEMMOTT_OpenKneeboard,
133+
Facets::CompositionLayers,
134134
},
135135
},
136136
};

0 commit comments

Comments
 (0)