GetPathTo -> GetPath
This commit is contained in:
@@ -10,7 +10,7 @@ SnapDisplay::SnapDisplay()
|
||||
{
|
||||
for( int i=0; i<2; i++ )
|
||||
{
|
||||
m_sprIndicators[i].Load( THEME->GetPathToG("SnapDisplay icon 8x1") );
|
||||
m_sprIndicators[i].Load( THEME->GetPathG("SnapDisplay","icon 8x1") );
|
||||
m_sprIndicators[i].StopAnimating();
|
||||
this->AddChild( &m_sprIndicators[i] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user