Merge pull request #72 from sigatrev/HoldJudgments

Fix hold judgment positions when Mini is enabled
This commit is contained in:
Devin J. Pohly
2014-03-04 21:23:05 -05:00
+1
View File
@@ -872,6 +872,7 @@ void Player::Update( float fDeltaTime )
float fX = ArrowEffects::GetXPos( m_pPlayerState, c, 0 );
const float fZ = ArrowEffects::GetZPos( m_pPlayerState, c, 0 );
fX *= ( 1 - fMiniPercent * 0.5f );
m_vpHoldJudgment[c]->SetX( fX );
m_vpHoldJudgment[c]->SetY( fHoldJudgeYPos );