From af00a49f8d73363c982a40d01ccf319c847a4fc3 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 7 Apr 2024 18:37:14 +0200 Subject: [PATCH] cleanup --- src/audio.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/audio.rs b/src/audio.rs index 95f35a6..8d800ae 100644 --- a/src/audio.rs +++ b/src/audio.rs @@ -73,14 +73,6 @@ pub fn setup( }, }, )); - //if !settings.mute_sfx { - // commands.spawn(( - // AudioBundle { - // source: asset_server.load(ASSET_WAKEUP), - // settings: PlaybackSettings::DESPAWN, - // }, - // )); - //} commands.spawn(( ComponentThrusterSound, AudioBundle {