mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Debug change visibility from settings_window works again
This commit is contained in:
parent
9018ead8d0
commit
6ac2b87006
@ -2514,6 +2514,9 @@ impl Hud {
|
||||
InterfaceChange::ToggleHelp(toggle_help) => {
|
||||
self.show.help = *toggle_help;
|
||||
},
|
||||
InterfaceChange::ToggleDebug(toggle_debug) => {
|
||||
self.show.debug = *toggle_debug;
|
||||
},
|
||||
InterfaceChange::ResetInterfaceSettings => {
|
||||
self.show.help = false;
|
||||
self.show.debug = false;
|
||||
|
Loading…
Reference in New Issue
Block a user