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

Fix typos and expose Context::is_desktop

This commit is contained in:
Konkitoman
2023-09-30 10:22:17 +03:00
parent 424303650b
commit 287f7041f6
3 changed files with 7 additions and 2 deletions

View File

@@ -689,7 +689,7 @@ mod glow_integration {
viewports: windows,
builders,
viewports_maps: window_maps,
// This is initializate in init_run_state
// This is initialize in init_run_state
max_texture_side: 0,
})
}