mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Tiny fix to prevent settings from permanently being marked as changed
Former-commit-id: 665a8851526c1386e497064e2b0f3f8689db60d8
This commit is contained in:
parent
50c6518d89
commit
7593d4e821
@ -83,6 +83,7 @@ impl Window {
|
||||
|
||||
if self.settings_changed {
|
||||
events.push(Event::SettingsChanged);
|
||||
self.settings_changed = false;
|
||||
}
|
||||
|
||||
// Copy data that is needed by the events closure to avoid lifetime errors
|
||||
|
Loading…
Reference in New Issue
Block a user