First time running

This commit is contained in:
alexpanter
2022-10-20 13:33:49 +02:00
parent a9e0ea22ea
commit eb05991135
6 changed files with 266 additions and 213 deletions

View File

@@ -109,7 +109,7 @@ public:
if (Zoom < 1.0f)
Zoom = 1.0f;
if (Zoom > 45.0f)
Zoom = 45.0f;
Zoom = 45.0f;
}
private:
@@ -127,4 +127,4 @@ private:
Up = glm::normalize(glm::cross(Right, Front));
}
};
#endif
#endif