We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
;
1 parent fde9dc0 commit a46543cCopy full SHA for a46543c
BmsToOsu/Converter/SampleToMp3.cs
@@ -20,6 +20,7 @@ private class FilterComplex
20
(@"\", @"\\\\"),
21
(@"=", @"\\\="),
22
(@",", @"\,"),
23
+ (@";", @"\;"),
24
(@"[", @"\["),
25
(@"]", @"\]"),
26
(@":", @"\\\:"),
0 commit comments