From 8f58f79aa67ee62c3947441d9990e42a25bd28fd Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Tue, 11 Oct 2022 20:26:15 +0200 Subject: [PATCH] Leave note claps off by default --- src/editor_state.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/editor_state.cpp b/src/editor_state.cpp index 468087b..0d1c21c 100644 --- a/src/editor_state.cpp +++ b/src/editor_state.cpp @@ -46,7 +46,6 @@ EditorState::EditorState(const std::filesystem::path& assets_) : { reload_music(); reload_jacket(); - audio.add_stream(note_clap_stream, {note_claps, true}); }; EditorState::EditorState( @@ -70,7 +69,6 @@ EditorState::EditorState( } reload_music(); reload_jacket(); - audio.add_stream(note_clap_stream, {note_claps, true}); }; int EditorState::get_volume() const {