Temp test: remove game check on Noteskin refresh.
If this causes too many problems, this can be reverted.
This commit is contained in:
@@ -68,8 +68,6 @@ NoteSkinManager::~NoteSkinManager()
|
|||||||
|
|
||||||
void NoteSkinManager::RefreshNoteSkinData( const Game* pGame )
|
void NoteSkinManager::RefreshNoteSkinData( const Game* pGame )
|
||||||
{
|
{
|
||||||
if( m_pCurGame == pGame )
|
|
||||||
return;
|
|
||||||
m_pCurGame = pGame;
|
m_pCurGame = pGame;
|
||||||
|
|
||||||
// clear path cache
|
// clear path cache
|
||||||
|
|||||||
Reference in New Issue
Block a user