mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fixed master volume of modplug files when rewinding.
This commit is contained in:
@@ -98,6 +98,7 @@ namespace lullaby
|
||||
// Let's reload.
|
||||
ModPlug_Unload(plug);
|
||||
plug = ModPlug_Load(data->getData(), data->getSize());
|
||||
ModPlug_SetMasterVolume(plug, 512);
|
||||
eof = false;
|
||||
return (plug != 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user