make sure riq cache is clear when loading chart

This commit is contained in:
minenice55 2023-12-16 21:28:12 -05:00
parent b2ba769fac
commit 4058bd48ca

View file

@ -210,6 +210,7 @@ namespace HeavenStudio
try try
{ {
RiqFileHandler.ClearCache();
string tmpDir = RiqFileHandler.ExtractRiq(path); string tmpDir = RiqFileHandler.ExtractRiq(path);
Debug.Log("Imported RIQ successfully!"); Debug.Log("Imported RIQ successfully!");
RiqBeatmap beatmap = RiqFileHandler.ReadRiq(); RiqBeatmap beatmap = RiqFileHandler.ReadRiq();