From e6ef88a14f0e68b76c786d4a2b3396eabb77b2a4 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 23:03:31 +0000 Subject: [PATCH] Update Functions-(Loading-Sound-Assets).md --- docs/latest/Functions-(Loading-Sound-Assets).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/Functions-(Loading-Sound-Assets).md b/docs/latest/Functions-(Loading-Sound-Assets).md index 2778033..fd265da 100644 --- a/docs/latest/Functions-(Loading-Sound-Assets).md +++ b/docs/latest/Functions-(Loading-Sound-Assets).md @@ -52,4 +52,4 @@ Sets up an audio file on disk to be streamed. This is immediately converted into ?> Audio loaded by this function must be an [.ogg file](https://en.wikipedia.org/wiki/Ogg). Please note that this function returns a sound instance ID (rather than a static sound ID). -!> It is not recommended to try to stream the same .ogg file twice. \ No newline at end of file +!> It is not recommended to try to stream the same .ogg file twice at the same time. \ No newline at end of file