Skip to content

Commit

Permalink
Update GameSoundManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Nov 17, 2018
1 parent 508f50b commit fb5ca86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GameSoundManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ class LunaGameSoundManager : public Luna<GameSoundManager>
pRet->Set(fVol);
SOUNDMAN->SetMixVolume();
p->DimMusic(FArg(1), 0.01f); // lazy hack to update volume without changing songs - mina
return 0;
}
static int PlayOnce(T* p, lua_State* L)
{
Expand Down

0 comments on commit fb5ca86

Please sign in to comment.