summaryrefslogtreecommitdiff
path: root/examples/bmp.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-13 10:04:30 -0400
committerMicha White <botahamec@outlook.com>2022-10-13 10:04:30 -0400
commit0cb5bb79987ee60c49271e2905380500c75e762f (patch)
treeb176ff124e5dc5eb81574b0c5c8240c7f7f7ed3a /examples/bmp.rs
parent11a7989f049e8e294f545176e12f7e6d252be49c (diff)
Tested rotation
Diffstat (limited to 'examples/bmp.rs')
-rw-r--r--examples/bmp.rs2
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);
}