diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index 7f67592121..28b22884be 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -296,10 +296,10 @@ ScoreScroller::ScoreRowItem::ScoreRowItem() } ScoreScroller::ScoreRowItem::ScoreRowItem( const ScoreRowItem &cpy ): + ActorFrame( cpy ), m_sprFrame( cpy.m_sprFrame ), m_textTitle( cpy.m_textTitle ), - m_textScore( cpy.m_textScore ), - ActorFrame( cpy ) + m_textScore( cpy.m_textScore ) { if( m_sprFrame.IsLoaded() ) this->AddChild( m_sprFrame );