1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:09:54 +08:00

Update MenuCursor.cs

This commit is contained in:
Jorolf
2017-04-17 17:10:55 +02:00
committed by GitHub
Unverified
parent 5d828a20e0
commit d4ac3c5e9c
+1 -1
View File
@@ -134,7 +134,7 @@ namespace osu.Game.Graphics.Cursor
Texture = textures.Get(@"Cursor/menu-cursor-additive"),
},
}
},
}
};
cursorScale = config.GetBindable<double>(OsuConfig.MenuCursorSize);