aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Camera.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 09:18:13 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 09:18:13 +0100
commit71be3e36dbb402c3e84d87ea0255c08cb2a1b7ca (patch)
tree25a26be197fe64d2e4411ee0db1568fb6eb0b6f5 /src/crepe/api/Camera.h
parent5fa57ab2d8f809b8cb6bd72f54567a01f3e63b95 (diff)
implemented feedback to have draw struct
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};