We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508a6f commit 7b0f525Copy full SHA for 7b0f525
osu.Game.Rulesets.Sentakki/Beatmaps/SentakkiBeatmapConverterOld.cs
@@ -32,6 +32,10 @@ static SentakkiBeatmapConverterOld()
32
{
33
tmp.Add(SentakkiExtensions.GetCircularPosition(190, angle - 22.5f));
34
tmp.Add(SentakkiExtensions.GetCircularPosition(130, angle));
35
+
36
37
+ tmp.Add(SentakkiExtensions.GetCircularPosition(270, angle - 22.5f));
38
+ tmp.Add(SentakkiExtensions.GetCircularPosition(270, angle));
39
}
40
41
VALID_TOUCH_POSITIONS = tmp;
0 commit comments