diff options
| author | Aetias <aetias@outlook.com> | 2024-10-12 16:16:32 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-12 16:16:32 +0200 |
| commit | 0b6c727e36a764c1eee496ab80b14a5da00f21c5 (patch) | |
| tree | 43b7762a25d65f69bb3b640a6c9c8a6869273f2b /include/Physics | |
| parent | 74a29deff311fb7bc51028ae9bf4272d7835cb8c (diff) | |
Add `.clang-format`
Diffstat (limited to 'include/Physics')
| -rw-r--r-- | include/Physics/Cylinder.hpp | 1 |
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; } |
