Fix typo in example (#5750)
* [x] I have followed the instructions in the PR template
This commit is contained in:
parent
2428aeccbe
commit
4589cbb0fe
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue