Push mainvolume et musicvolume sliders fonctionnels. Bug sfx

This commit is contained in:
mduval76
2023-12-14 00:08:07 -05:00
parent 67270a0b21
commit 383a19cbd2
5 changed files with 71 additions and 23 deletions

View File

@@ -176,9 +176,9 @@ private:
int m_nbReductionChunk = 4;
int m_timerReductionChunk = 30;
float m_mainvolume = 0.0f;
float m_mainvolume;
float m_musicvolume;
float m_sfxvolume = 0.0f;
float m_sfxvolume;
float m_sensitivity;
int m_selectedOption = 0;