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

Fix typos

This commit is contained in:
Emil Ernerfeldt
2023-11-16 08:39:22 +01:00
parent 2cb2434e69
commit b0d64aaf0a
3 changed files with 5 additions and 5 deletions

View File

@@ -1169,7 +1169,7 @@ mod glow_integration {
builder,
viewport_ui_cb,
commands,
repaint_delay: _, // ignored - we listend to the repaint callback instead
repaint_delay: _, // ignored - we listened to the repaint callback instead
},
) in viewport_output
{
@@ -2679,7 +2679,7 @@ mod wgpu_integration {
builder,
viewport_ui_cb,
commands,
repaint_delay: _, // ignored - we listend to the repaint callback instead
repaint_delay: _, // ignored - we listened to the repaint callback instead
},
) in viewport_output
{