diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-13 10:04:30 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-13 10:04:30 -0400 |
| commit | 0cb5bb79987ee60c49271e2905380500c75e762f (patch) | |
| tree | b176ff124e5dc5eb81574b0c5c8240c7f7f7ed3a /examples | |
| parent | 11a7989f049e8e294f545176e12f7e6d252be49c (diff) | |
Tested rotation
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/bmp.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bmp.rs b/examples/bmp.rs index 39e83e2..7b649da 100644 --- a/examples/bmp.rs +++ b/examples/bmp.rs @@ -79,5 +79,7 @@ fn main() { ..Default::default() }); + renderer.camera_mut().set_rotation(0.1); + renderer.run(event_loop); } |
