Skip to content

Commit

Permalink
..and for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChodowski committed Jul 22, 2024
1 parent 5b22d69 commit 2292fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ pub fn create_joystick<I: VirtualJoystickID>(
VirtualJoystickUIBackground,
ImageBundle {
image: UiImage {
color: background_color
.unwrap_or(Color::WHITE.with_alpha(1.0)),
color: background_color.unwrap_or(Color::WHITE.with_alpha(1.0)),
texture: background_img,
..default()
},
Expand Down

0 comments on commit 2292fb1

Please sign in to comment.