Need to work on this...
This commit is contained in:
@@ -94,7 +94,8 @@ void GhostArrowRow::DrawPrimitives()
|
||||
void GhostArrowRow::DidStep( int iCol )
|
||||
{
|
||||
ASSERT_M( iCol >= 0 && iCol < (int) m_Ghost.size(), ssprintf("assert(iCol %i >= 0 && iCol %i < (int)m_Ghost.size() %i) failed",iCol,iCol,(int)m_Ghost.size()) );
|
||||
m_Ghost[iCol]->PlayCommand("TapNone");
|
||||
//HURR
|
||||
//m_Ghost[iCol]->PlayCommand("TapNone");
|
||||
}
|
||||
|
||||
void GhostArrowRow::DidTapNote( int iCol, TapNoteScore tns, bool bBright )
|
||||
|
||||
Reference in New Issue
Block a user