1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Update MenuCursor.cs

This commit is contained in:
Jorolf 2017-04-17 17:10:55 +02:00 committed by GitHub
parent 5d828a20e0
commit d4ac3c5e9c

View File

@ -134,7 +134,7 @@ namespace osu.Game.Graphics.Cursor
Texture = textures.Get(@"Cursor/menu-cursor-additive"),
},
}
},
}
};
cursorScale = config.GetBindable<double>(OsuConfig.MenuCursorSize);