refactor: rename zoom function

This commit is contained in:
2023-06-07 12:36:31 +02:00
parent 368bc450ce
commit 1cdc738839
3 changed files with 3 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ public:
void RenderVAO(const GL::VertexArray& vao);
void RenderModel(const Model& model);
void SetZoom(float zoom);
void AddZoom(float zoom);
void SetCamAngularMovement(const Vec2f& mov);
void SetCamMovement(const Vec2f& lastCursorPos, const Vec2f& currentCursorPos);
void SetCamLook(const Vec2f& worldPos);