Skip to content

Commit 221fd54

Browse files
committed
fixed warning related with clang
1 parent 5f8fc40 commit 221fd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/omath/engines/Source/Camera.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace omath::source
1212
{
1313
public:
1414
Camera(const Vector3& position, const ViewAngles& viewAngles, const projection::ViewPort& viewPort,
15-
const Angle<float, 0, 180, AngleFlags::Clamped>& fov, float near, float far);
15+
const Angle<float, 0.f, 180.f, AngleFlags::Clamped>& fov, float near, float far);
1616
void LookAt(const Vector3& target) override;
1717
[[nodiscard]] Mat4x4 GetViewMatrix() const override;
1818
[[nodiscard]] Mat4x4 GetProjectionMatrix() const override;

0 commit comments

Comments
 (0)