Simplify
This commit is contained in:
@@ -409,10 +409,7 @@ static bool NeedsHoldJudging( const TapNote &tn )
|
|||||||
{
|
{
|
||||||
DEFAULT_FAIL( tn.type );
|
DEFAULT_FAIL( tn.type );
|
||||||
case TapNote::hold_head:
|
case TapNote::hold_head:
|
||||||
if( tn.HoldResult.hns == HNS_None )
|
return tn.HoldResult.hns == HNS_None;
|
||||||
return true;
|
|
||||||
else
|
|
||||||
return false;
|
|
||||||
case TapNote::tap:
|
case TapNote::tap:
|
||||||
case TapNote::hold_tail:
|
case TapNote::hold_tail:
|
||||||
case TapNote::mine:
|
case TapNote::mine:
|
||||||
|
|||||||
Reference in New Issue
Block a user