Merge pull request #1 from sigatrev/HoldJudgments

merge mini hold jugment positions
This commit is contained in:
sigatrev
2014-03-05 08:46:58 -06: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 );