mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 19:08:28 +00:00
Update formatting
This commit is contained in:
parent
54d6dda39d
commit
cb569ec2ff
@ -141,7 +141,9 @@ impl ApplicationHandler for DisplayState {
|
||||
}
|
||||
|
||||
fn about_to_wait(&mut self, _: &ActiveEventLoop) {
|
||||
let Some(window) = &self.window else { return };
|
||||
let Some(window) = &self.window else {
|
||||
return;
|
||||
};
|
||||
window.window().request_redraw();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user