fixed style

This commit is contained in:
2025-05-04 18:54:33 +03:00
parent af21f9a946
commit 49ea113348
2 changed files with 0 additions and 2 deletions

View File

@@ -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<Type, St>(-camera_origin);
}

View File

@@ -14,7 +14,6 @@ namespace omath::pathfinding
enum Error
{
};
class NavigationMesh final