Cleanup.
This commit is contained in:
@@ -461,11 +461,6 @@ void NoteField::DrawPrimitives()
|
|||||||
//
|
//
|
||||||
|
|
||||||
float fSelectedRangeGlow = SCALE( cosf(RageTimer::GetTimeSinceStart()*2), -1, 1, 0.1f, 0.3f );
|
float fSelectedRangeGlow = SCALE( cosf(RageTimer::GetTimeSinceStart()*2), -1, 1, 0.1f, 0.3f );
|
||||||
/* This isn't good. A single note skin can be used for any number of play
|
|
||||||
* styles with completely different column layouts, eg. doubles, solo.
|
|
||||||
* Also, please be sure to update all note skins when making a change; don't
|
|
||||||
* simply update Dance and break everything else. */
|
|
||||||
// CString ColDisplay = NOTESKIN->GetMetric(m_PlayerNumber, "NoteDisplay", "ReverseDrawOrder");
|
|
||||||
|
|
||||||
for( int c=0; c<GetNumTracks(); c++ ) // for each arrow column
|
for( int c=0; c<GetNumTracks(); c++ ) // for each arrow column
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user