1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Fix some warnings

This commit is contained in:
Konkitoman
2023-07-28 18:28:16 +03:00
parent c56d09a2e5
commit bb0b80fb08
6 changed files with 77 additions and 111 deletions

View File

@@ -180,16 +180,7 @@ struct ContextImpl {
repaint: Repaint,
viewports: HashMap<
String,
(
ViewportBuilder,
u64,
u64,
bool,
Arc<Box<dyn Fn(&Context, u64, u64) + Sync + Send>>,
),
>,
viewports: HashMap<String, (ViewportBuilder, u64, u64, bool, Arc<Box<ViewportRender>>)>,
viewport_commands: Vec<(u64, ViewportCommand)>,
viewport_counter: u64,