aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b14ef5b..d5c8278 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -17,7 +17,7 @@ fn main() {
time: 0.0,
};
- for _round in 0..1 {
+ for _round in 0..20 {
for i in 0..60 {
// 1 sin round
cam.time = (i as f32 / 60.0) * 2.0 * PI;