mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Fix typos
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user