1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:35:10 +08:00

Remove precision limitation on chat height to allow pixel-perfect dragging

This commit is contained in:
Dean Herbert 2017-11-28 12:09:44 +09:00
parent f54cbc2b2f
commit 473eba9776

View File

@ -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);