fix windows build
This commit is contained in:
parent
51b0411026
commit
2d41248288
1 changed files with 6 additions and 6 deletions
|
|
@ -292,12 +292,12 @@ where
|
|||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
if is_move_or_resize {
|
||||
self.process_event(
|
||||
event_loop,
|
||||
Some(Event::EventLoopAwakened(
|
||||
winit::Event::AboutToWait,
|
||||
)),
|
||||
);
|
||||
// self.process_event(
|
||||
// event_loop,
|
||||
// Some(Event::EventLoopAwakened(
|
||||
// winit::Event::AboutToWait,
|
||||
// )),
|
||||
// );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue