Skip to content

Commit

Permalink
Ping to refresh build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored Nov 10, 2023
1 parent 5e0f4c3 commit 5205a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Utilities/WebRequestRest/Rest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ public static async Task<AudioClip> StreamAudioAsync(string url, AudioType audio
TryGetFileNameFromUrl(url, out fileName);
}

bool isCached;
bool isCached = false;
string cachePath;

if (url.Contains("file://"))
Expand Down

0 comments on commit 5205a53

Please sign in to comment.