Separated menu and gameplay cursor size

This commit is contained in:
Jorolf
2017-03-17 18:40:03 +01:00
parent 77067b7e64
commit 8568e1536c
3 changed files with 9 additions and 2 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Graphics.Cursor
[BackgroundDependencyLoader]
private void load(OsuConfigManager config)
{
cursorScale = config.GetBindable<double>(OsuConfig.CursorSize);
cursorScale = config.GetBindable<double>(OsuConfig.GameplayCursorSize);
Children = new Drawable[]
{