Фикс конструктора

This commit is contained in:
2022-05-04 13:15:00 +03:00
parent 39a6307107
commit 0cadf29274

View File

@@ -8,7 +8,6 @@ Camera::Camera(const glm::vec3 &pos, const glm::vec2 &xyOffset)
: position(pos), currentRotation(xyOffset)
{
requiredRecalcView = true;
recalcTarget();
}
// Конструктор камеры с проекцией перспективы