diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-30 16:44:47 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-30 16:44:47 +0100 |
commit | 1520cb55ad714583c3903f2988b0fdc38ede9c18 (patch) | |
tree | 49123f0f86eefc59e4cb9d12b87e67b2b9d62ab3 /src/crepe/system/RenderSystem.h | |
parent | ad4f8acfb252b8be3a3fbb74ed97b32e498a26a4 (diff) |
cleaner camera implementation
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
-rw-r--r-- | src/crepe/system/RenderSystem.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h index e70831e..9ff015e 100644 --- a/src/crepe/system/RenderSystem.h +++ b/src/crepe/system/RenderSystem.h @@ -76,9 +76,8 @@ private: private: SDLContext & context = SDLContext::get_instance(); - - //! camera postion in the current scene - vec2 cam_pos; + + SDLContext::CameraValues cam_ctx; }; } // namespace crepe |