summaryrefslogtreecommitdiff
path: root/src/gui/Camera.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Camera.cc')
-rw-r--r--src/gui/Camera.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Camera.cc b/src/gui/Camera.cc
index 65c80b7..4be36ba 100644
--- a/src/gui/Camera.cc
+++ b/src/gui/Camera.cc
@@ -11,7 +11,7 @@ namespace vhc {
Camera::Camera(): position(1, 1, 1), direction(-1, 0, 0), up(0,0,1), heading(M_PI_4), pitch(-M_PI_4) {};
-Camera::~Camera();
+Camera::~Camera() {};
void Camera::setView() {
Vector3D td = direction.rotate(Vector3D::j, pitch).rotate(Vector3D::k, heading);; //tranformed direction