mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Fix input not working.
This commit is contained in:
parent
b40ccccbe4
commit
74c655ebfc
@ -58,6 +58,9 @@ namespace osu.Game.Beatmaps.Objects.Osu.Drawable
|
||||
Colour = h.Colour
|
||||
}
|
||||
};
|
||||
|
||||
//may not be so correct
|
||||
Size = circle.DrawSize;
|
||||
}
|
||||
|
||||
protected override void Load(BaseGame game)
|
||||
|
Loading…
Reference in New Issue
Block a user