diff --git a/Assets/Scripts/TitleManager.cs b/Assets/Scripts/TitleManager.cs index a91af3abf..bf909038e 100644 --- a/Assets/Scripts/TitleManager.cs +++ b/Assets/Scripts/TitleManager.cs @@ -210,6 +210,7 @@ namespace HeavenStudio try { + RiqFileHandler.ClearCache(); string tmpDir = RiqFileHandler.ExtractRiq(path); Debug.Log("Imported RIQ successfully!"); RiqBeatmap beatmap = RiqFileHandler.ReadRiq();