Skip to content

Commit

Permalink
EOD
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 9, 2024
1 parent c91175d commit 65b509d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub fn create_app() -> App {
// Only add this plugin in testing.
// The main app will assume it to be absent
if cfg!(test) {
//app.add_plugins(bevy::input::InputPlugin);
app.add_plugins(bevy::window::WindowPlugin::default());
}

Expand Down

0 comments on commit 65b509d

Please sign in to comment.