1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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:
Jack Maguire
2025-02-27 21:50:16 +07:00
committed by GitHub
parent 0521caed2e
commit 05141f8690

View File

@@ -118,7 +118,7 @@ impl Scene {
}
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;
}