SL-13470 Media on a prim loops when it should not
parent
8c64cc63cd
commit
b9e0f5fd3b
|
|
@ -647,7 +647,8 @@ void MediaPluginLibVLC::receiveMessage(const char* message_string)
|
|||
}
|
||||
else if (message_name == "set_loop")
|
||||
{
|
||||
mIsLooping = true;
|
||||
bool loop = message_in.getValueBoolean("loop");
|
||||
mIsLooping = loop;
|
||||
}
|
||||
else if (message_name == "set_volume")
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue