Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lovebaihezi committed Dec 4, 2024
1 parent 4951d4e commit 926c975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/e2e/tests/render_to_image.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use dinosaur_game::app::{AppType, Game};
#[test]
fn render_game_to_image() {
// let test_game = Game::init(AppType::RenderToImageTesting);
Expand Down
2 changes: 1 addition & 1 deletion crates/game/src/tree.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use bevy::{
color::Color,
math::{Vec2, Vec3},
prelude::{default, Commands, Query, Res, ResMut, Single, Transform},
prelude::{default, Commands, Query, Res, ResMut, Transform},
sprite::Sprite,
time::{Time, Virtual},
window::Window,
Expand Down

0 comments on commit 926c975

Please sign in to comment.