summaryrefslogtreecommitdiff
path: root/include/Physics
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-10-12 16:16:32 +0200
committerAetias <aetias@outlook.com>2024-10-12 16:16:32 +0200
commit0b6c727e36a764c1eee496ab80b14a5da00f21c5 (patch)
tree43b7762a25d65f69bb3b640a6c9c8a6869273f2b /include/Physics
parent74a29deff311fb7bc51028ae9bf4272d7835cb8c (diff)
Add `.clang-format`
Diffstat (limited to 'include/Physics')
-rw-r--r--include/Physics/Cylinder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Physics/Cylinder.hpp b/include/Physics/Cylinder.hpp
index 1ba5e7b7..59c03c46 100644
--- a/include/Physics/Cylinder.hpp
+++ b/include/Physics/Cylinder.hpp
@@ -14,6 +14,7 @@ struct Cylinder {
pos.x = 0;
pos.y = size;
pos.z = 0;
+
this->size = size;
}