fix(openxr): Z order

This commit is contained in:
galister
2024-06-06 12:38:38 +09:00
parent 415ef91a43
commit 95855ccea8
10 changed files with 11 additions and 18 deletions

View File

@@ -148,7 +148,6 @@ impl LinePool {
1.0,
)?)
.eye_visibility(xr::EyeVisibility::BOTH)
.layer_flags(xr::CompositionLayerFlags::CORRECT_CHROMATIC_ABERRATION)
.space(&xr.stage)
.size(xr::Extent2Df {
width: LINE_WIDTH,