Cleaning for clippy
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ fn main() {
|
||||
let controls = if gamepads.is_empty() {
|
||||
Controls::default_keyboard()
|
||||
} else {
|
||||
gamepads[0].clone()
|
||||
gamepads[0]
|
||||
};
|
||||
|
||||
let mut character = Character::with_controls(controls);
|
||||
|
||||
Reference in New Issue
Block a user