Фикс конструктора
This commit is contained in:
parent
39a6307107
commit
0cadf29274
|
@ -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();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Конструктор камеры с проекцией перспективы
|
// Конструктор камеры с проекцией перспективы
|
||||||
|
|
Loading…
Reference in New Issue