Fix bug when load a performance without a Master FX

pull/795/head
Javier Nonis 2 weeks ago
parent 0bb474e1af
commit 16f4027fc8
  1. 2
      src/performanceconfig.cpp

@ -264,7 +264,7 @@ bool CPerformanceConfig::Load (void)
// Set 3 Band EQ as Default Master FX // Set 3 Band EQ as Default Master FX
m_nMasterFX = m_Properties.GetNumber ("MasterFX", 9); m_nMasterFX = m_Properties.GetNumber ("MasterFX", 9);
m_sMasterFXParams = m_Properties.GetString ("MasterFXParams", ""); m_sMasterFXParams = m_Properties.GetString ("MasterFXParams", "0,50,50,50,50,320,3100");
return bResult; return bResult;
} }

Loading…
Cancel
Save