1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00
This commit is contained in:
mcendu 2019-12-09 08:49:44 +08:00
parent 1cf81c4906
commit eb065286ae

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
}
private NonPlayfieldSprite cursor;
private bool rotate;
private readonly bool rotate;
[BackgroundDependencyLoader]
private void load(ISkinSource skin)