From f2d1975af3514383423aa12c61dde52acd0620b3 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 29 Jan 2021 17:30:15 +0100 Subject: [PATCH] Removed newline --- include/camera.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/camera.hpp b/include/camera.hpp index c76ce70..88dfd5e 100644 --- a/include/camera.hpp +++ b/include/camera.hpp @@ -211,7 +211,6 @@ namespace oglu const glm::mat4& GetProjection(); public: - float fov; ///< FOV of the camera float aspectRatio; ///< Aspect ratio of the camera float zNear; ///< Near clipping plane