aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-27 11:58:40 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-27 11:58:40 +0300
commita63a5fd647a2117885e70954181ea7164e470bb3 (patch)
tree15e36facc1a0e5a7092a2ece1ca1afbe1e06c996 /src/main.rs
parent8391a35aaa35da3018744f89b296e57549b29255 (diff)
downloadpistol-a63a5fd647a2117885e70954181ea7164e470bb3.tar.gz
feat: add camera rotation
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;