aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-12-13 16:10:56 -0500
committersotech117 <michael_foiani@brown.edu>2023-12-13 16:10:56 -0500
commit4c2e415118a451c8cf6f46d296e16a2711169ead (patch)
treede989e6cc2ea6c7450080f14b9c59e4c4885cf4f /src/settings.h
parent23d8f83bfcfdb48ed18bf01204d262322c4e41e4 (diff)
fix merge
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h
index 32c6484..8a9321f 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -12,8 +12,8 @@ struct Settings {
float xw = 0.f;
float yw = 0.f;
float zw = 0.f;
- float rotation = 0.f;
- bool negative = false;
+ float rotation = 5.f;
+ float translation = .1f;
float w = 0.f;
int currentTime = 0;
int maxTime = 0;