diff --git a/include/omath/collision/mesh_collider.hpp b/include/omath/collision/mesh_collider.hpp index 354ce52..f422a3e 100644 --- a/include/omath/collision/mesh_collider.hpp +++ b/include/omath/collision/mesh_collider.hpp @@ -38,7 +38,6 @@ namespace omath::collision Vector3 find_abs_furthest_vertex(const Vector3& direction) const { return vertex_to_world_space(find_furthest_vertex(direction)); - } [[nodiscard]] Vector3 vertex_to_world_space( const Vector3& local_vertex) const {