mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-28 09:38:52 +01:00
Set default volume to 1.0.
This commit is contained in:
parent
4cd5fd482f
commit
5c7e58f902
@ -44,6 +44,7 @@ ReloadableMedia::ReloadableMedia(Configuration &config, bool systemMode, bool la
|
||||
, scaleX_(scaleX)
|
||||
, scaleY_(scaleY)
|
||||
, displayOffset_(displayOffset)
|
||||
, volume_(1.0)
|
||||
|
||||
{
|
||||
allocateGraphicsMemory();
|
||||
|
||||
@ -34,6 +34,7 @@ Video::Video(std::string file, std::string altFile, int numLoops, Page &p, float
|
||||
, numLoops_(numLoops)
|
||||
, scaleX_(scaleX)
|
||||
, scaleY_(scaleY)
|
||||
, volume_(1.0)
|
||||
|
||||
{
|
||||
allocateGraphicsMemory( );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user