From e3715c775b927fb7ffc6f47fffd4b4c15173c028 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 27 Jun 2020 10:59:26 +0200 Subject: [PATCH] Use same hitsound for holds and notes --- src/converter/ddr2osu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/converter/ddr2osu.rs b/src/converter/ddr2osu.rs index 56c9906..cd61dcb 100644 --- a/src/converter/ddr2osu.rs +++ b/src/converter/ddr2osu.rs @@ -251,7 +251,7 @@ impl ssq::Step { hit_sound: beatmap::HitSound { normal: true, whistle: false, - finish: true, + finish: false, clap: false, }, new_combo: false,