diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-19 19:45:17 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-19 19:45:17 +0100 |
commit | 8cd4b07e866d33589a7218367a5639b602c40c67 (patch) | |
tree | 8559434b3b6f0b89d7bcd9c9c2d6bb13bc3b67b2 /src/crepe/api/Rigidbody.h | |
parent | 655fcc23f2ced807738feffe8b85683eaf97624f (diff) |
make format
Diffstat (limited to 'src/crepe/api/Rigidbody.h')
-rw-r--r-- | src/crepe/api/Rigidbody.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/Rigidbody.h b/src/crepe/api/Rigidbody.h index 28c376b..b63d941 100644 --- a/src/crepe/api/Rigidbody.h +++ b/src/crepe/api/Rigidbody.h @@ -164,8 +164,6 @@ public: * Each element represents a tag from the Metadata of the gameobject. */ std::set<std::string> collision_tags; - - }; public: |