mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 20:08:30 +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) {
|
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();
|
window.window().request_redraw();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user