mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:15:08 +08:00
Remove precision limitation on chat height to allow pixel-perfect dragging
This commit is contained in:
parent
f54cbc2b2f
commit
473eba9776
@ -22,7 +22,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(OsuSetting.SelectionRandomType, SelectionRandomType.RandomPermutation);
|
||||
|
||||
Set(OsuSetting.ChatDisplayHeight, ChatOverlay.DEFAULT_HEIGHT, 0.2, 1, 0.01);
|
||||
Set(OsuSetting.ChatDisplayHeight, ChatOverlay.DEFAULT_HEIGHT, 0.2, 1);
|
||||
|
||||
// Online settings
|
||||
Set(OsuSetting.Username, string.Empty);
|
||||
|
Loading…
Reference in New Issue
Block a user