mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
chore(all): fix warnings
This commit is contained in:
parent
c7f0412eff
commit
81bc1cb790
14 changed files with 471 additions and 513 deletions
|
|
@ -33,7 +33,6 @@ pub struct App {
|
|||
game_state: Option<Box<dyn Any>>,
|
||||
audio: Box<dyn Audio>,
|
||||
scene: Scene,
|
||||
fullscreen: bool,
|
||||
should_quit: bool,
|
||||
}
|
||||
|
||||
|
|
@ -51,7 +50,6 @@ impl App {
|
|||
game_state: None,
|
||||
audio: Box::new(KiraAudio::new()),
|
||||
scene: Scene::new(),
|
||||
fullscreen: false,
|
||||
should_quit: false,
|
||||
}
|
||||
}
|
||||
|
|
@ -372,6 +370,7 @@ impl App {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unused_variables)]
|
||||
match event {
|
||||
Event::WindowEvent {
|
||||
ref event,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue