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:
parent
0521caed2e
commit
05141f8690
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue