aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Camera.h')
-rw-r--r--src/crepe/api/Camera.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crepe/api/Camera.h b/src/crepe/api/Camera.h
index c42ed0d..083dc19 100644
--- a/src/crepe/api/Camera.h
+++ b/src/crepe/api/Camera.h
@@ -38,10 +38,8 @@ public:
Vector2 viewport = {2000, 1000};
//! scale scaling factor from world units to pixel coordinates
- Vector2 scale = {0, 0};
-
//! Zoom level of the camera view.
- double zoom = 1.0f;
+ double zoom = 1.5f;
public:
/**