mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Simplify
This commit is contained in:
@@ -182,7 +182,7 @@ impl AppRunner {
|
||||
let full_output =
|
||||
self.egui_ctx
|
||||
.run(raw_input, ViewportId::MAIN, ViewportId::MAIN, |egui_ctx| {
|
||||
self.app.update(egui_ctx, &mut self.frame, None);
|
||||
self.app.update(egui_ctx, &mut self.frame);
|
||||
});
|
||||
let egui::FullOutput {
|
||||
platform_output,
|
||||
|
||||
Reference in New Issue
Block a user