From d0c532df39f460ac032cbcc881d6d6fc1a8f1670 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 6 Jan 2025 05:36:27 +0300 Subject: [PATCH] hot fix --- include/omath/projection/Camera.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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