clean up Course cache logic
This commit is contained in:
@@ -184,8 +184,9 @@ XNode* StepsID::CreateNode() const
|
||||
}
|
||||
|
||||
|
||||
void StepsID::FlushCache()
|
||||
void StepsID::Invalidate( Song *pStaleSong )
|
||||
{
|
||||
// FIXME: Only flush entries with the stale song
|
||||
g_StepsIDCache.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user