Decrease volume in emscripten builds
This commit is contained in:
parent
af64e4cc5e
commit
0e7e80ee79
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user