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

This commit is contained in:
parent 39a6307107
commit 0cadf29274
1 changed files with 0 additions and 1 deletions

View File

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