Skip to content

Commit 2f832a4

Browse files
authored
Update scene.rs
1 parent 42a88b6 commit 2f832a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/egui/src/containers/scene.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl Scene {
118118
}
119119

120120
if !scene_rect_was_good {
121-
// Auto-reset if the trsnsformation goes bad somehow (or started bad).
121+
// Auto-reset if the transformation goes bad somehow (or started bad).
122122
*scene_rect = inner_rect;
123123
}
124124

0 commit comments

Comments
 (0)