mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Fix not being able to hit two stacked circles by pressing both buttons/keys on the same frame.
This commit is contained in:
parent
8bfcfbc276
commit
8ba5c1c15d
@ -42,6 +42,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
Colour = osuObject.Colour,
|
||||
Hit = () =>
|
||||
{
|
||||
if (Judgement.Result.HasValue) return false;
|
||||
|
||||
((PositionalJudgementInfo)Judgement).PositionOffset = Vector2.Zero; //todo: set to correct value
|
||||
UpdateJudgement(true);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user