diff --git a/include/omath/projection/Camera.hpp b/include/omath/projection/Camera.hpp index 95f4eb0..e722d76 100644 --- a/include/omath/projection/Camera.hpp +++ b/include/omath/projection/Camera.hpp @@ -24,7 +24,7 @@ namespace omath::projection return m_width / m_height; } }; - using FieldOfView = const Angle; + using FieldOfView = Angle; template class Camera