Restores a removed value (it'll be configurable soon)
This commit is contained in:
+2
-1
@@ -2021,7 +2021,8 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
|
|||||||
case TapNote::hold_head:
|
case TapNote::hold_head:
|
||||||
// oh wow, this was causing the trigger before the hold heads
|
// oh wow, this was causing the trigger before the hold heads
|
||||||
// bug. (It was fNoteOffset > 0.f before) -DaisuMaster
|
// bug. (It was fNoteOffset > 0.f before) -DaisuMaster
|
||||||
if( !REQUIRE_STEP_ON_HOLD_HEADS && fNoteOffset <= 0.f )
|
// todo: make this part a metric or a preference
|
||||||
|
if( !REQUIRE_STEP_ON_HOLD_HEADS && fNoteOffset <= GetWindowSeconds( TW_W5 ) )
|
||||||
{
|
{
|
||||||
score = TNS_W1;
|
score = TNS_W1;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user