From e7b82f441c17938171fe0affe68f45d34a26fdaf Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 9 Nov 2025 14:23:34 +0300 Subject: [PATCH] patch --- include/omath/collision/mesh_collider.hpp | 1 - 1 file changed, 1 deletion(-) 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 {