diff --git a/src/main.rs b/src/main.rs index 9a13100..cbf7e65 100644 --- a/src/main.rs +++ b/src/main.rs @@ -147,9 +147,6 @@ fn main() { game_core.switch_state(new_state, Some(&draw_handle)); } - // Feed the audio engine - // audio_system.update(); - // Feed the profiler // This only runs in the dev profile. #[cfg(debug_assertions)]