1
0
Fork 0
This commit is contained in:
Billy Messenger 2021-07-14 11:45:06 -05:00
parent d316c6ae54
commit f7873f1854

View file

@ -200,7 +200,7 @@ impl Window {
let mut handler = build(&mut crate::Window::new(&mut window)); let mut handler = build(&mut crate::Window::new(&mut window));
// Send an initial window resized event so the use is alerted of // Send an initial window resized event so the user is alerted of
// the correct dpi scaling. // the correct dpi scaling.
handler.on_event( handler.on_event(
&mut crate::Window::new(&mut window), &mut crate::Window::new(&mut window),