Add missing BGS update

This commit is contained in:
Varun Patil 2020-05-04 17:45:53 +05:30
parent 0830986edf
commit a847164445
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ void Audio::update()
{
#ifdef __EMSCRIPTEN__
p->bgm.update();
p->bgm.update();
p->bgs.update();
p->me.update();
p->meWatchFun();
#endif