forked from MoonsideGames/FAudioGMS
remove unused loop argument from sound instance wrapper
parent
57d3ffbc0e
commit
6ef79855ab
|
@ -100,7 +100,7 @@ function SoundInstance(_soundInstanceID) constructor
|
|||
soundInstanceID = _soundInstanceID;
|
||||
|
||||
// Plays the sound or resumes from pause.
|
||||
static Play = function(loop = false)
|
||||
static Play = function()
|
||||
{
|
||||
FAudioGMS_SoundInstance_Play(soundInstanceID);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue