This commit is contained in:
Thai Pangsakulyanont
2011-06-12 13:27:58 +07:00
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -88,7 +88,9 @@ void GhostArrowRow::Update( float fDeltaTime )
void GhostArrowRow::DrawPrimitives()
{
for( unsigned c=0; c<m_Ghost.size(); c++ )
{
m_Ghost[c]->Draw();
}
}
void GhostArrowRow::DidTapNote( int iCol, TapNoteScore tns, bool bBright )