tweak things for noteskins, can't remember what was changed in the ghostarrow

This commit is contained in:
Alberto Ramos
2011-06-12 00:16:45 -06:00
parent 6c32ca085e
commit e4636a0a50
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 )