From 49ea1133480f93a5fcd149f9f05a218dab82d29a Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 4 May 2025 18:54:33 +0300 Subject: [PATCH] fixed style --- include/omath/mat.hpp | 1 - include/omath/pathfinding/navigation_mesh.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/omath/mat.hpp b/include/omath/mat.hpp index 8ebbd22..4f52734 100644 --- a/include/omath/mat.hpp +++ b/include/omath/mat.hpp @@ -451,7 +451,6 @@ namespace omath {up.x, up.y, up.z, 0}, {forward.x, forward.y, forward.z, 0}, {0, 0, 0, 1}, - } * mat_translation(-camera_origin); } diff --git a/include/omath/pathfinding/navigation_mesh.hpp b/include/omath/pathfinding/navigation_mesh.hpp index e5ea0cb..588681b 100644 --- a/include/omath/pathfinding/navigation_mesh.hpp +++ b/include/omath/pathfinding/navigation_mesh.hpp @@ -14,7 +14,6 @@ namespace omath::pathfinding enum Error { - }; class NavigationMesh final