no message

This commit is contained in:
Chris Danford
2002-05-01 19:14:55 +00:00
parent e11b92ccc3
commit 6f1c1e4619
83 changed files with 1620 additions and 578 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
#include "NoteField.h"
#include "RageUtil.h"
#include "ScreenDimensions.h"
#include "GameConstantsAndTypes.h"
#include "ThemeManager.h"
#include "ArrowEffects.h"
#include "PrefsManager.h"
@@ -151,7 +151,7 @@ void NoteField::DrawMarkerBar( const int iIndex )
void NoteField::RenderPrimitives()
{
//HELPER.Log( "NoteField::RenderPrimitives()" );
//LOG->WriteLine( "NoteField::RenderPrimitives()" );
if( m_fSongBeat < 0 )
m_fSongBeat = 0;
@@ -162,7 +162,7 @@ void NoteField::RenderPrimitives()
if( iIndexFirstArrowToDraw < 0 ) iIndexFirstArrowToDraw = 0;
int iIndexLastArrowToDraw = BeatToNoteIndex( m_fSongBeat + m_fNumBeatsToDrawAhead ); // 7 beats later
//HELPER.Log( "Drawing elements %d through %d", iIndexFirstArrowToDraw, iIndexLastArrowToDraw );
//LOG->WriteLine( "Drawing elements %d through %d", iIndexFirstArrowToDraw, iIndexLastArrowToDraw );
//
// Draw measure bars