mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-25 17:46:08 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
ef03265a77
commit
78839b69c3
@ -157,7 +157,8 @@ impl ApplicationHandler for DisplayState {
|
||||
}
|
||||
|
||||
fn about_to_wait(&mut self, _: &ActiveEventLoop) {
|
||||
self.window.window().request_redraw();
|
||||
let window = &self.window;
|
||||
window.window().request_redraw();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user