remove point light from sessions example and other small changes

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-05-30 11:14:03 +02:00
parent 5f5fd152bb
commit 40c767c2d2
4 changed files with 8 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
use crate::{init::OxrPreUpdateSet, resources::OxrSession};
use crate::{init::OxrPreUpdateSet, session::OxrSession};
use bevy::prelude::*;
use bevy_xr::session::session_running;