diff --git a/src/client/app.cpp b/src/client/app.cpp index 293072b..1efc53e 100644 --- a/src/client/app.cpp +++ b/src/client/app.cpp @@ -14,7 +14,7 @@ App::App() #ifndef EMSCRIPTEN audiomaster_.SetMasterVolume(0.2f); #else - audiomaster_.SetMasterVolume(2.0f); + audiomaster_.SetMasterVolume(0.8f); #endif font_ = assets::CacheManager::GetFont("data/comic32.font");