mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 16:22:54 +08: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
|
Colour = h.Colour
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//may not be so correct
|
||||||
|
Size = circle.DrawSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Load(BaseGame game)
|
protected override void Load(BaseGame game)
|
||||||
|
Loading…
Reference in New Issue
Block a user