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
9f0b794e46
commit
b54cfeefc6
@ -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…
x
Reference in New Issue
Block a user