mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add combo info to JudgementInfo.
This commit is contained in:
@ -27,6 +27,8 @@ namespace osu.Game.Modes
|
||||
{
|
||||
Judgements.Add(judgement);
|
||||
UpdateCalculations();
|
||||
|
||||
judgement.ComboAtHit = (ulong)Combo.Value;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user