mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +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) {
|
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