just some small coment+cleanup

This commit is contained in:
AJ Kelly
2010-12-19 13:37:45 -06:00
parent a8de96107f
commit e15e38a1a7
3 changed files with 7 additions and 8 deletions
+1
View File
@@ -78,6 +78,7 @@ void StepsDisplayList::LoadFromNode( const XNode* pNode )
for( unsigned m = 0; m < m_Lines.size(); ++m )
{
// todo: Row1, Row2? also m_sName+"Row" -aj
m_Lines[m].m_Meter.SetName( "Row" );
m_Lines[m].m_Meter.Load( "StepsDisplayListRow", NULL );
this->AddChild( &m_Lines[m].m_Meter );