mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix input not working.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user