fix bHeld not set when PadStickSeconds is enabled
This commit is contained in:
@@ -1213,7 +1213,7 @@ void Player::CrossedMineRow( int iNoteRow )
|
|||||||
{
|
{
|
||||||
float fSecsHeld = INPUTMAPPER->GetSecsHeld( GameI );
|
float fSecsHeld = INPUTMAPPER->GetSecsHeld( GameI );
|
||||||
if( fSecsHeld >= PREFSMAN->m_fPadStickSeconds )
|
if( fSecsHeld >= PREFSMAN->m_fPadStickSeconds )
|
||||||
Step( t, now+(-PREFSMAN->m_fPadStickSeconds) );
|
Step( t, now+(-PREFSMAN->m_fPadStickSeconds), true );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user