From f3adf300c5ba9b382f74e5b704501fd047399062 Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Fri, 6 Dec 2024 19:22:33 +0100 Subject: make format --- src/crepe/facade/SDLContext.h | 2 +- src/crepe/system/AnimatorSystem.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3