aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 19:30:34 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-20 19:30:34 +0100
commit30492d9eee7ee47a42e2471dd0716044f59df705 (patch)
treef5bd49566a9850f7355ee308d3f5178c5c33526a /src/crepe/facade/SDLContext.h
parentc23c7d03522456ac580cb7acd93fbfd95d5b846d (diff)
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r--src/crepe/facade/SDLContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h
index 3b17c0b..841ffc9 100644
--- a/src/crepe/facade/SDLContext.h
+++ b/src/crepe/facade/SDLContext.h
@@ -118,10 +118,10 @@ private:
* \param transform Reference to the Transform for positioning.
* \param camera Reference to the Camera for view adjustments.
*/
- void draw(const Sprite & sprite, const Transform & transform, const Camera & camera) ;
+ void draw(const Sprite & sprite, const Transform & transform, const Camera & camera);
void draw_particle(const Sprite & sprite, const Vector2 & pos, const double & angle,
- const double & scale, const Camera & camera) ;
+ const double & scale, const Camera & camera);
//! Clears the screen, preparing for a new frame.
void clear_screen();