GetPathTo -> GetPath
This commit is contained in:
@@ -43,7 +43,7 @@ void ScreenDemonstration::Init()
|
||||
}
|
||||
|
||||
|
||||
m_Overlay.LoadFromAniDir( THEME->GetPathToB("ScreenDemonstration overlay") );
|
||||
m_Overlay.LoadFromAniDir( THEME->GetPathB("ScreenDemonstration","overlay") );
|
||||
m_Overlay.PlayCommand( "On" );
|
||||
this->AddChild( &m_Overlay );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user