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:
parent
569b89b36f
commit
b3fc133442
3 changed files with 37 additions and 50 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue