remove useless audio update

This commit is contained in:
Evan Pratten 2021-04-26 12:35:54 -04:00
parent f9091fbce2
commit 6b77476d09

View File

@ -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)]