diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-04 20:49:37 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-04 20:49:37 +0100 |
commit | 018a451051669506be447aa925ecb6a9f5aaf418 (patch) | |
tree | ac5f9f7414990d24aaed65be7139118eea6ff6dc /src/crepe/system/CollisionSystem.h | |
parent | 69634f05b00e0e01ab84ab14b6293c7a88c5fbe0 (diff) |
make format
Diffstat (limited to 'src/crepe/system/CollisionSystem.h')
-rw-r--r-- | src/crepe/system/CollisionSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/CollisionSystem.h b/src/crepe/system/CollisionSystem.h index a22baf2..eb361b8 100644 --- a/src/crepe/system/CollisionSystem.h +++ b/src/crepe/system/CollisionSystem.h @@ -228,7 +228,7 @@ private: * \return Returns true if there is at least one common layer, false otherwise. */ - bool have_common_layer(const std::vector<int>& layers1, const std::vector<int>& layers2); + bool have_common_layer(const std::vector<int> & layers1, const std::vector<int> & layers2); /** * \brief Checks for collision between two colliders. |