Skip to content

Commit

Permalink
Fix wasm and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 9, 2023
1 parent ac15403 commit c15e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use super::Compass;
use super::GalacticGrid;
use super::OpenXRTrackingRoot;
use bevy::ecs::system::SystemParam;
use bevy::prelude::*;
use bevy_flycam::FlyCam;
use bevy_oxr::xr_input::trackers::OpenXRTrackingRoot;
use big_space::FloatingOriginSettings;
use glam::DVec3;

Expand Down

0 comments on commit c15e21a

Please sign in to comment.