mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Fix typo in example (#5750)
* [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user