aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/RenderSystem.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 10:21:22 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 10:21:22 +0100
commitca81cf4cdb99cfe42359526ff3840f58f4cf214a (patch)
treea0e7b53a39ed9ceba1b8dca20d5dee7a89c52520 /src/crepe/system/RenderSystem.h
parent7508f7b26e73df24e2fcb4296b31d26470fddf76 (diff)
make format
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
-rw-r--r--src/crepe/system/RenderSystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h
index 7279b5c..e70831e 100644
--- a/src/crepe/system/RenderSystem.h
+++ b/src/crepe/system/RenderSystem.h
@@ -13,7 +13,6 @@ class Camera;
class Sprite;
class Transform;
-
/**
* \class RenderSystem
* \brief Manages rendering operations for all game objects.
@@ -80,7 +79,6 @@ private:
//! camera postion in the current scene
vec2 cam_pos;
-
};
} // namespace crepe