mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Fix typo in comment in containers/scene.rs (#5747)
There was a typo in one of the comments in the file, so I fixed it :).
This commit is contained in:
@@ -118,7 +118,7 @@ impl Scene {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !scene_rect_was_good {
|
if !scene_rect_was_good {
|
||||||
// Auto-reset if the trsnsformation goes bad somehow (or started bad).
|
// Auto-reset if the transformation goes bad somehow (or started bad).
|
||||||
*scene_rect = inner_rect;
|
*scene_rect = inner_rect;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user