diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-100.local> | 2023-12-12 13:59:38 -0500 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-100.local> | 2023-12-12 13:59:38 -0500 |
commit | 33082ca5ec4c20d34b79b3b1f24f3b3152db2816 (patch) | |
tree | 7adb26edf8302ec33e53645a516ceaa3803fbe83 /src/settings.h | |
parent | 58c896801817ac67913644ccd9373cd18774232a (diff) |
should be building
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 0bf4dcc..1d9e358 100644 --- a/src/settings.h +++ b/src/settings.h @@ -12,7 +12,7 @@ struct Settings { float xw = 0.f; float yw = 0.f; float zw = 0.f; - float rotation = 1.f; + float rotation = 0.f; bool negative = false; float w = 0.f; }; |