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