fix: dont overload xr runtime with notify spam
This commit is contained in:
@@ -13,11 +13,12 @@ use vulkano::{command_buffer::CommandBufferUsage, Handle, VulkanObject};
|
||||
|
||||
use crate::{
|
||||
backend::{
|
||||
common::{OverlayContainer, TaskType},
|
||||
common::{BackendError, OverlayContainer},
|
||||
input::interact,
|
||||
notifications::NotificationManager,
|
||||
openxr::{input::DoubleClickCounter, lines::LinePool, overlay::OpenXrOverlayData},
|
||||
overlay::OverlayData,
|
||||
task::TaskType,
|
||||
},
|
||||
graphics::WlxGraphics,
|
||||
overlays::{
|
||||
@@ -27,8 +28,6 @@ use crate::{
|
||||
state::AppState,
|
||||
};
|
||||
|
||||
use super::common::BackendError;
|
||||
|
||||
mod helpers;
|
||||
mod input;
|
||||
mod lines;
|
||||
|
||||
Reference in New Issue
Block a user