mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:57:52 +08:00
Update TaikoScoreProcessor.cs
This commit is contained in:
parent
00a243f7f2
commit
ce1e6d93e4
@ -80,11 +80,10 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
{
|
||||
base.ApplyResult(result);
|
||||
|
||||
bool isTick = false;
|
||||
bool isRoll = false;
|
||||
bool isStrong = false;
|
||||
bool isTick = result.Judgement is TaikoDrumRollTickJudgement;
|
||||
|
||||
isTick = result.Judgement is TaikoDrumRollTickJudgement;
|
||||
if (!isTick)
|
||||
{
|
||||
isRoll = result.Judgement is TaikoDrumRollJudgement;
|
||||
|
Loading…
Reference in New Issue
Block a user