Add missing BGS update
This commit is contained in:
parent
0830986edf
commit
a847164445
|
@ -344,7 +344,7 @@ void Audio::update()
|
||||||
{
|
{
|
||||||
#ifdef __EMSCRIPTEN__
|
#ifdef __EMSCRIPTEN__
|
||||||
p->bgm.update();
|
p->bgm.update();
|
||||||
p->bgm.update();
|
p->bgs.update();
|
||||||
p->me.update();
|
p->me.update();
|
||||||
p->meWatchFun();
|
p->meWatchFun();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue