Handle Z on receptors.

This commit is contained in:
Glenn Maynard
2003-07-12 20:10:48 +00:00
parent 2251b989d4
commit cb622760d8
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ void GrayArrowRow::DrawPrimitives()
// set arrow X
float fX = ArrowGetXPos( m_PlayerNumber, c, 0 );
m_GrayArrow[c].SetX( fX );
float fZ = ArrowGetZPos( m_PlayerNumber, c, 0 );
m_GrayArrow[c].SetZ( fZ );
m_GrayArrow[c].Draw();
g_NoteFieldMode[m_PlayerNumber].EndDrawTrack(c);