Empty notes don't get judged (RandomVanish).
This commit is contained in:
@@ -474,6 +474,7 @@ static bool NeedsTapJudging( const TapNote &tn )
|
||||
case TapNote::attack:
|
||||
case TapNote::autoKeysound:
|
||||
case TapNote::fake:
|
||||
case TapNote::empty:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -496,6 +497,7 @@ static bool NeedsHoldJudging( const TapNote &tn )
|
||||
case TapNote::attack:
|
||||
case TapNote::autoKeysound:
|
||||
case TapNote::fake:
|
||||
case TapNote::empty:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user