From 8fee845fbfc4d5e162ce104be4c4fb76ae1058ea Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Tue, 1 Jun 2021 14:14:22 +0200
Subject: [PATCH] [#42] change variable name to offset

---
 modules/camera/include/vkcv/camera/Camera.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/camera/include/vkcv/camera/Camera.hpp b/modules/camera/include/vkcv/camera/Camera.hpp
index dd0bb721..7fd8ed6c 100644
--- a/modules/camera/include/vkcv/camera/Camera.hpp
+++ b/modules/camera/include/vkcv/camera/Camera.hpp
@@ -101,7 +101,7 @@ namespace vkcv {
          * 
          * @param offset in degrees
          */
-        void changeFov(double fov);
+        void changeFov(double offset);
         
         void updateRatio(float ratio);
 
-- 
GitLab