mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-11 06:52:57 +02:00
Set default volume to 1.0.
This commit is contained in:
@@ -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( );
|
||||
|
||||
Reference in New Issue
Block a user