fix HOLD_JUDGMENTS_UNDER_FIELD
This commit is contained in:
@@ -854,7 +854,7 @@ void Player::DrawPrimitives()
|
|||||||
if( !(bool)TAP_JUDGMENTS_UNDER_FIELD )
|
if( !(bool)TAP_JUDGMENTS_UNDER_FIELD )
|
||||||
DrawTapJudgments();
|
DrawTapJudgments();
|
||||||
|
|
||||||
if( !(bool)TAP_JUDGMENTS_UNDER_FIELD )
|
if( !(bool)HOLD_JUDGMENTS_UNDER_FIELD )
|
||||||
DrawHoldJudgments();
|
DrawHoldJudgments();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user