Sprite -> AutoActor

This commit is contained in:
Chris Danford
2005-03-27 07:04:04 +00:00
parent 091fed1bad
commit bfece8a893
5 changed files with 11 additions and 12 deletions
-1
View File
@@ -31,7 +31,6 @@ ScoreDisplayRave::ScoreDisplayRave()
m_textLevel.LoadFromFont( THEME->GetPathF("ScoreDisplayRave","level") );
m_textLevel.SetText( "1" );
m_textLevel.SetShadowLength( 0 );
this->AddChild( &m_textLevel );
}