aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-06 19:22:33 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-06 19:22:33 +0100
commitf3adf300c5ba9b382f74e5b704501fd047399062 (patch)
treec7659480acb5e3acca9e60129da97c6dfa7f3f50
parent05e099c03a2242bf5194d06191a0ff667d404817 (diff)
make format
-rw-r--r--src/crepe/facade/SDLContext.h2
-rw-r--r--src/crepe/system/AnimatorSystem.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h
index bbe87c3..81a8a34 100644
--- a/src/crepe/facade/SDLContext.h
+++ b/src/crepe/facade/SDLContext.h
@@ -58,7 +58,7 @@ public:
//! Calculated camera position
vec2 cam_pos;
};
-
+
//! rendering data needed to render on screen
struct RenderContext {
const Sprite & sprite;
diff --git a/src/crepe/system/AnimatorSystem.h b/src/crepe/system/AnimatorSystem.h
index 1e8cd7d..7d3f565 100644
--- a/src/crepe/system/AnimatorSystem.h
+++ b/src/crepe/system/AnimatorSystem.h
@@ -23,7 +23,6 @@ public:
* looping).
*/
void update() override;
-
};
} // namespace crepe