Skip to content

Commit 49ea113

Browse files
committed
fixed style
1 parent af21f9a commit 49ea113

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/omath/mat.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ namespace omath
451451
{up.x, up.y, up.z, 0},
452452
{forward.x, forward.y, forward.z, 0},
453453
{0, 0, 0, 1},
454-
455454
} * mat_translation<Type, St>(-camera_origin);
456455
}
457456

include/omath/pathfinding/navigation_mesh.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ namespace omath::pathfinding
1414

1515
enum Error
1616
{
17-
1817
};
1918

2019
class NavigationMesh final

0 commit comments

Comments
 (0)