1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -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

@@ -27,7 +27,7 @@ struct MyApp {
/// if either needs repainting, they are both repainted.
show_immediate_viewport: bool,
/// Deferred viewports run independant of the parent viewport, which can save
/// Deferred viewports run independent of the parent viewport, which can save
/// CPU if only some of the viewports require repainting.
/// However, this requires passing state with `Arc` and locks.
show_deferred_viewport: Arc<AtomicBool>,