Skip to content

Commit

Permalink
dev: removed useless default
Browse files Browse the repository at this point in the history
  • Loading branch information
roboteng committed Oct 27, 2023
1 parent f795ca6 commit 3a05ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion game/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ fn setup_2d(mut commands: Commands) {
},
camera_2d: Camera2d {
clear_color: ClearColorConfig::None,
..Default::default()
},
..Default::default()
});
Expand Down

0 comments on commit 3a05ce5

Please sign in to comment.