mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
Leave note claps off by default
This commit is contained in:
parent
93bd23d031
commit
8f58f79aa6
@ -46,7 +46,6 @@ EditorState::EditorState(const std::filesystem::path& assets_) :
|
|||||||
{
|
{
|
||||||
reload_music();
|
reload_music();
|
||||||
reload_jacket();
|
reload_jacket();
|
||||||
audio.add_stream(note_clap_stream, {note_claps, true});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
EditorState::EditorState(
|
EditorState::EditorState(
|
||||||
@ -70,7 +69,6 @@ EditorState::EditorState(
|
|||||||
}
|
}
|
||||||
reload_music();
|
reload_music();
|
||||||
reload_jacket();
|
reload_jacket();
|
||||||
audio.add_stream(note_clap_stream, {note_claps, true});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int EditorState::get_volume() const {
|
int EditorState::get_volume() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user