normalitzat Audio
This commit is contained in:
@@ -195,17 +195,17 @@ namespace Defaults::Video {
|
||||
|
||||
namespace Defaults::Music {
|
||||
constexpr bool ENABLED = true;
|
||||
constexpr int VOLUME = 100;
|
||||
constexpr float VOLUME = 0.8F;
|
||||
} // namespace Defaults::Music
|
||||
|
||||
namespace Defaults::Sound {
|
||||
constexpr bool ENABLED = true;
|
||||
constexpr int VOLUME = 100;
|
||||
constexpr float VOLUME = 1.0F;
|
||||
} // namespace Defaults::Sound
|
||||
|
||||
namespace Defaults::Audio {
|
||||
constexpr bool ENABLED = true;
|
||||
constexpr int VOLUME = 100;
|
||||
constexpr float VOLUME = 1.0F;
|
||||
} // namespace Defaults::Audio
|
||||
|
||||
namespace Defaults::Settings {
|
||||
|
||||
Reference in New Issue
Block a user