1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 14:10:40 +08:00

Keyword Spacing and Brackets Fixing

This commit is contained in:
John Neijzen
2017-06-08 14:35:10 +08:00
Unverified
parent bf45155ed5
commit 431d225a60
17 changed files with 16 additions and 21 deletions
+2 -4
View File
@@ -192,10 +192,8 @@ namespace osu.Game.Screens.Menu
public MenuState State
{
get
{
return state;
}
get { return state; }
set
{
if (state == value) return;