mirror of
https://github.com/hannobraun/Fornjot
synced 2026-06-16 11:04:22 +00:00
Update name of function parameter
This commit is contained in:
@@ -194,9 +194,9 @@ impl ApplicationHandler<Displayable> for Viewer {
|
||||
fn user_event(
|
||||
&mut self,
|
||||
event_loop: &ActiveEventLoop,
|
||||
to_display: Displayable,
|
||||
displayable: Displayable,
|
||||
) {
|
||||
let window = block_on(Window::new(to_display, event_loop)).unwrap();
|
||||
let window = block_on(Window::new(displayable, event_loop)).unwrap();
|
||||
self.windows.insert(window.winit_window().id(), window);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user