chore: inline some functions
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-09-20 01:31:03 -03:00
parent bcd67cb317
commit 5882678bc5
6 changed files with 19 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ use winit::window::{Window, WindowBuilder};
use winit_input_helper::WinitInputHelper;
const WINDOW_SCALE: usize = 3;
const AUDIO_ENABLED: bool = false;
const AUDIO_ENABLED: bool = true;
fn main() -> Result<()> {
let app = App::new(crate_name!())