Don't refresh note skins every time we reset.
This commit is contained in:
@@ -32,8 +32,8 @@ NoteSkinManager::~NoteSkinManager()
|
|||||||
|
|
||||||
void NoteSkinManager::RefreshNoteSkinData( const Game* pGame )
|
void NoteSkinManager::RefreshNoteSkinData( const Game* pGame )
|
||||||
{
|
{
|
||||||
/* Reload even if we don't need to, so exiting out of the menus refreshes the note
|
if( m_pCurGame == pGame )
|
||||||
* skin list (so you don't have to restart to see new noteskins). */
|
return;
|
||||||
m_pCurGame = pGame;
|
m_pCurGame = pGame;
|
||||||
|
|
||||||
// clear path cache
|
// clear path cache
|
||||||
|
|||||||
Reference in New Issue
Block a user