make sure riq cache is clear when loading chart
This commit is contained in:
parent
b2ba769fac
commit
4058bd48ca
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue