Update Minigames.cs

This commit is contained in:
minenice55 2023-12-04 15:12:30 -05:00
parent 961a2152b3
commit 008374bac5

View file

@ -163,7 +163,6 @@ namespace HeavenStudio
}
AudioClip clip = DownloadHandlerAudioClip.GetContent(www);
string fileName = Path.GetFileNameWithoutExtension(filePath);
Debug.Log(fileName);
SavWav.Save("/RIQCache/" + fileName, clip, true);
filePath = Path.Combine(Application.temporaryCachePath, "/RIQCache/" + fileName + ".wav");