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, 0 insertions, 4 deletions
diff --git a/src/crepe/api/Camera.h b/src/crepe/api/Camera.h
index c7b2d08..ac56495 100644
--- a/src/crepe/api/Camera.h
+++ b/src/crepe/api/Camera.h
@@ -32,10 +32,6 @@ public:
//! offset postion from the game object transform component
vec2 offset;
- //! pos the postion of the camera in world space this will be filled with
- //pos = transform + offset
- vec2 pos = {0, 0};
-
//! screen the display size in pixels ( output resolution )
const ivec2 screen = {1080, 720};