From 4058bd48ca83f103ce5b73c266992662a78dc8fc Mon Sep 17 00:00:00 2001 From: minenice55 Date: Sat, 16 Dec 2023 21:28:12 -0500 Subject: [PATCH] make sure riq cache is clear when loading chart --- Assets/Scripts/TitleManager.cs | 1 + 1 file changed, 1 insertion(+) 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();