mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-01 15:06:42 +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…
x
Reference in New Issue
Block a user