1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove unused parameter of GUIVolumeChange

This commit is contained in:
Rui 2016-10-09 17:27:14 +09:00 committed by Ner'zhul
parent 569b89b36f
commit b3fc133442
3 changed files with 37 additions and 50 deletions

View file

@ -2571,7 +2571,7 @@ inline bool Game::handleCallbacks()
if (g_gamecallback->changevolume_requested) {
(new GUIVolumeChange(guienv, guiroot, -1,
&g_menumgr, client))->drop();
&g_menumgr))->drop();
g_gamecallback->changevolume_requested = false;
}