diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 15:29:39 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 15:29:39 +0200 |
commit | 8a509ad4c5e15fbf7eaade1c8bf4834f0d0069c5 (patch) | |
tree | fcff727adbea0ece771efbfdab54fc4e6c8289e4 /src/crepe/Rigidbody.cpp | |
parent | aa8755148cbca29b584f7a146636b506070717f9 (diff) |
`make format`
Diffstat (limited to 'src/crepe/Rigidbody.cpp')
-rw-r--r-- | src/crepe/Rigidbody.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Rigidbody.cpp b/src/crepe/Rigidbody.cpp index 1518d28..495d908 100644 --- a/src/crepe/Rigidbody.cpp +++ b/src/crepe/Rigidbody.cpp @@ -4,4 +4,3 @@ using namespace crepe; Rigidbody::Rigidbody(int mass, int gravityScale, int bodyType) : mass(mass), gravity_scale(gravityScale), body_type(bodyType) {} - |