mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix not being able to hit two stacked circles by pressing both buttons/keys on the same frame.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user