diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-19 20:17:28 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-19 20:17:28 +0100 |
commit | 3e7a0a5a2c5ad14ee388f3ac460bf63bdb6ccfd5 (patch) | |
tree | 8bb56303e780e1992768a1433cf99ae4fd884907 /src/crepe/api | |
parent | d2c8a2bf07275f5458c576990b8742a710b15013 (diff) | |
parent | 8cd4b07e866d33589a7218367a5639b602c40c67 (diff) |
updated nan
Diffstat (limited to 'src/crepe/api')
-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: |