mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Some more work now stuff is rendered corectly
This commit is contained in:
@@ -980,7 +980,6 @@ mod glow_integration {
|
||||
let window = &mut *window.write();
|
||||
if let Some(winit_state) = &mut window.egui_winit {
|
||||
if let Some(win) = window.window.clone() {
|
||||
println!("Render beagin!");
|
||||
let win = win.read();
|
||||
let input = winit_state.take_egui_input(&win);
|
||||
let output =
|
||||
@@ -1026,7 +1025,6 @@ mod glow_integration {
|
||||
"failed to get current context to swap buffers",
|
||||
));
|
||||
}
|
||||
println!("Should render sync");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user