mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:02:55 +08:00
Fix incorrect cast
This commit is contained in:
parent
dc829334a1
commit
da7f8270da
@ -193,7 +193,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
channel = selectCharSample?.GetChannel();
|
channel = selectCharSample?.GetChannel();
|
||||||
pitch += (SelectedText.Length / (float)Text.Length) * 0.15f;
|
pitch += (SelectedText.Length / (double)Text.Length) * 0.15f;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user