mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08: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,
|
Colour = osuObject.Colour,
|
||||||
Hit = () =>
|
Hit = () =>
|
||||||
{
|
{
|
||||||
|
if (Judgement.Result.HasValue) return false;
|
||||||
|
|
||||||
((PositionalJudgementInfo)Judgement).PositionOffset = Vector2.Zero; //todo: set to correct value
|
((PositionalJudgementInfo)Judgement).PositionOffset = Vector2.Zero; //todo: set to correct value
|
||||||
UpdateJudgement(true);
|
UpdateJudgement(true);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user