aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-26 10:27:14 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-26 10:27:14 +0100
commitb4c07db977ab18302a0d953ef22a32a171e688f8 (patch)
tree72625d76c88324b01c0abf882576832b2294349b /src/crepe/facade/SDLContext.h
parent60a9879f268977d57b460eec830a3f8b5b24e1a2 (diff)
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r--src/crepe/facade/SDLContext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h
index f72eecb..542a8bf 100644
--- a/src/crepe/facade/SDLContext.h
+++ b/src/crepe/facade/SDLContext.h
@@ -135,8 +135,7 @@ private:
* \param cam_scale camera scalar for world to screen
*/
void draw_particle(const Sprite & sprite, const vec2 & pos, const double & angle,
- const vec2 & cam_pos, const double & img_scale,
- const vec2 & cam_scale);
+ const vec2 & cam_pos, const double & img_scale, const vec2 & cam_scale);
//! Clears the screen, preparing for a new frame.
void clear_screen();