Skip to content

Commit 6a1ae42

Browse files
committed
Fixed meaning.
1 parent 5af4eda commit 6a1ae42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/JCSUnity/Scripts/Loader/JCS_AudioLoader.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ public static IEnumerator LoadAudio(
6969
ac = request.GetAudioClip(false, false);
7070
#endif
7171

72-
ac = DownloadHandlerAudioClip.GetContent(request);
73-
7472
if (callback != null)
7573
callback.Invoke(ac);
7674
}

0 commit comments

Comments
 (0)