Skip to content

Commit 323e5cd

Browse files
committed
chore: cleanups, clippys
1 parent 0780ee4 commit 323e5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ pub fn setup_2d(
372372
user_textures.insert(0, texture.clone());
373373

374374
// 2D camera
375-
commands.spawn((Camera2d::default(), Cam2D));
375+
commands.spawn((Camera2d, Cam2D));
376376
info!("Spawned 2d Cam");
377377

378378
let win = windows

0 commit comments

Comments
 (0)