Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Jan 27, 2025
1 parent 78b9c0e commit d6cd15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/scene_runner/src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use crate::{
use common::{
rpc::RpcCall,
structs::{
AppConfig, GraphicsSettings, PrimaryCamera, PrimaryPlayerRes, SceneLoadDistance, ToolTips,
AppConfig, CursorLocks, GraphicsSettings, PrimaryCamera, PrimaryPlayerRes, SceneLoadDistance, ToolTips
},
};
use comms::{preview::PreviewMode, CommsPlugin};
Expand Down Expand Up @@ -140,6 +140,7 @@ fn init_test_app(entity_json: &str) -> App {
load_imposter: 0.0,
});
app.init_resource::<PreviewMode>();
app.init_resource::<CursorLocks>();
app.finish();

let mut test_path = std::env::current_dir().unwrap();
Expand Down

0 comments on commit d6cd15b

Please sign in to comment.