]> git.localhorst.tv Git - space.git/blobdiff - src/graphics/Camera.cpp
some cleanup
[space.git] / src / graphics / Camera.cpp
index 553b74f77f0f9afbd36e1f6373d1b7b41bda50b5..ad2587f3e755e5a06b5fc47300da564ee4a426fe 100644 (file)
@@ -6,7 +6,8 @@ namespace space {
 Camera::Camera(int w, int h, const Vector<float> &t)
 : target(&t)
 , offset(w/2, h/2)
-, zoom(1) {
+, zoom(1)
+, zoomAcc(0) {
 
 }