Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Aug 6, 2023
1 parent 0e11025 commit fe56afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class AudioLoaderSample : MonoBehaviour

async void Start()
{
// Loading sprite from web, cached for quick load next time
// Loading audio file from web, cached for quick load next time
audioSource.clip = await AudioLoader.LoadAudioClip(audioURL);

// Same loading with auto set to audio
Expand Down

0 comments on commit fe56afc

Please sign in to comment.