aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/RenderSystem.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-22 17:09:40 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-22 17:09:40 +0100
commitaed904bdc2ddaf669940d922611229a171a1f220 (patch)
tree4067c75308b43f62bdcbd69af8d3c9a4e60abdc3 /src/crepe/system/RenderSystem.h
parent8513b2dad0ec43678f17cca0510db4d1a938279a (diff)
make format
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
-rw-r--r--src/crepe/system/RenderSystem.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h
index 19edc02..f010a83 100644
--- a/src/crepe/system/RenderSystem.h
+++ b/src/crepe/system/RenderSystem.h
@@ -81,12 +81,10 @@ private:
//! Pointer to the current active camera for rendering
Camera * curr_cam_ref = nullptr;
// TODO: needs a better solution
-
- Vector2 scale;
-
- SDLContext & context = SDLContext::get_instance();
+ Vector2 scale;
+ SDLContext & context = SDLContext::get_instance();
};
} // namespace crepe