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