1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix typo in example (#5750)

* [x] I have followed the instructions in the PR template
This commit is contained in:
Onè
2025-03-02 06:07:08 -05:00
committed by GitHub
parent 2428aeccbe
commit 4589cbb0fe

View File

@@ -31,7 +31,7 @@ fn main() -> eframe::Result {
struct MyApp {
keep_repainting: bool,
// It is useful to be able t oinspect how eframe acts with multiple viewport
// It is useful to be able to inspect how eframe acts with multiple viewport
// so we have two viewports here that we can toggle on/off.
show_immediate_viewport: bool,
show_deferred_viewport: Arc<AtomicBool>,