diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-02 13:18:36 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-02 13:18:36 +0100 |
commit | ad504dbf5152b663c3b503b04012efe092120b6d (patch) | |
tree | 1e0a2f9e1b9815bfa30f7cf24a7858f4c04119c6 /src/crepe/system/CollisionSystem.h | |
parent | 09c4c1485ab797dc5f6f850b96262e2f7bbbd1ec (diff) |
added some comments and const
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 86b8b7a..fc91603 100644 --- a/src/crepe/system/CollisionSystem.h +++ b/src/crepe/system/CollisionSystem.h @@ -92,7 +92,7 @@ private: * \param collider2 Second collider variant (BoxCollider or CircleCollider). * \return The combined type of the two colliders. */ - CollisionInternalType check_collider_type(const collider_variant& collider1,const collider_variant& collider2); + CollisionInternalType check_collider_type(const collider_variant& collider1,const collider_variant& collider2) const; /** * \brief Calculates the current position of a collider. |