Skip to content

Commit

Permalink
Fix for XR
Browse files Browse the repository at this point in the history
  • Loading branch information
-karlos- committed Jan 23, 2024
1 parent baab38e commit f3d68e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ use bevy_oxr::xr_input::{
};
use bevy_oxr::DefaultXrPlugins;

use crate::big_space::FloatingOrigin;
use crate::geocoord::EARTH_RADIUS;
use crate::{GalacticGrid, GalacticTransform};
use bevy_oxr::xr_input::trackers::OpenXRTrackingRoot;
Expand Down

0 comments on commit f3d68e6

Please sign in to comment.