openvr lines are dirty by default

This commit is contained in:
galister
2025-04-11 05:12:02 +09:00
parent 412f199f91
commit cdbe3c4ad3

View File

@@ -82,6 +82,7 @@ impl LinePool {
width: 0.002, width: 0.002,
override_width: true, override_width: true,
image_view: Some(self.view.clone()), image_view: Some(self.view.clone()),
image_dirty: true,
..Default::default() ..Default::default()
}, },
..Default::default() ..Default::default()