Skip to content

Commit 75356d6

Browse files
committed
Fix syntax
1 parent 3cd6b16 commit 75356d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/audio/src/ScriptAudioInjector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public slots:
9292
* position: MyAvatar.position,
9393
* volume: 0.8,
9494
* };
95-
95+
*
9696
* Script.setTimeout(function () { // Give the sound time to load.
9797
* injector = Audio.playSound(sound, injectorOptions);
9898
* }, 1000);

0 commit comments

Comments
 (0)