fix warning
This commit is contained in:
@@ -296,10 +296,10 @@ ScoreScroller::ScoreRowItem::ScoreRowItem()
|
|||||||
}
|
}
|
||||||
|
|
||||||
ScoreScroller::ScoreRowItem::ScoreRowItem( const ScoreRowItem &cpy ):
|
ScoreScroller::ScoreRowItem::ScoreRowItem( const ScoreRowItem &cpy ):
|
||||||
|
ActorFrame( cpy ),
|
||||||
m_sprFrame( cpy.m_sprFrame ),
|
m_sprFrame( cpy.m_sprFrame ),
|
||||||
m_textTitle( cpy.m_textTitle ),
|
m_textTitle( cpy.m_textTitle ),
|
||||||
m_textScore( cpy.m_textScore ),
|
m_textScore( cpy.m_textScore )
|
||||||
ActorFrame( cpy )
|
|
||||||
{
|
{
|
||||||
if( m_sprFrame.IsLoaded() )
|
if( m_sprFrame.IsLoaded() )
|
||||||
this->AddChild( m_sprFrame );
|
this->AddChild( m_sprFrame );
|
||||||
|
|||||||
Reference in New Issue
Block a user