mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Only toggle egui via F7 instead of needing to also have debug toggle on with F3
This commit is contained in:
parent
086b4bece8
commit
57781eac27
@ -90,5 +90,5 @@ impl Default for InterfaceSettings {
|
||||
|
||||
#[cfg(feature = "egui-ui")]
|
||||
impl InterfaceSettings {
|
||||
pub fn egui_enabled(&self) -> bool { self.toggle_debug && self.toggle_egui_debug }
|
||||
pub fn egui_enabled(&self) -> bool { self.toggle_egui_debug }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user