mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
fixed style
This commit is contained in:
@@ -451,7 +451,6 @@ namespace omath
|
|||||||
{up.x, up.y, up.z, 0},
|
{up.x, up.y, up.z, 0},
|
||||||
{forward.x, forward.y, forward.z, 0},
|
{forward.x, forward.y, forward.z, 0},
|
||||||
{0, 0, 0, 1},
|
{0, 0, 0, 1},
|
||||||
|
|
||||||
} * mat_translation<Type, St>(-camera_origin);
|
} * mat_translation<Type, St>(-camera_origin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ namespace omath::pathfinding
|
|||||||
|
|
||||||
enum Error
|
enum Error
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class NavigationMesh final
|
class NavigationMesh final
|
||||||
|
|||||||
Reference in New Issue
Block a user