aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/RenderSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
-rw-r--r--src/crepe/system/RenderSystem.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h
index 97222f3..08930b0 100644
--- a/src/crepe/system/RenderSystem.h
+++ b/src/crepe/system/RenderSystem.h
@@ -77,10 +77,8 @@ private:
private:
//! Pointer to the current active camera for rendering
- Camera * curr_cam_ref = nullptr;
// TODO: needs a better solution
-
- vec2 scale;
+ Camera * curr_cam_ref = nullptr;
SDLContext & context = SDLContext::get_instance();
};