aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/RenderSystem.cpp
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-04 10:57:20 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-04 10:57:20 +0100
commit9cde6875186b335c75eafa6402f0957cd4252c76 (patch)
treed2e6293661ddfa1dfbc0bbbf5ba1f20355d37604 /src/crepe/system/RenderSystem.cpp
parenta11824956b478e356fa684c9d88b980aa22cb19a (diff)
make format
Diffstat (limited to 'src/crepe/system/RenderSystem.cpp')
-rw-r--r--src/crepe/system/RenderSystem.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.cpp b/src/crepe/system/RenderSystem.cpp
index b5db45a..4c618d8 100644
--- a/src/crepe/system/RenderSystem.cpp
+++ b/src/crepe/system/RenderSystem.cpp
@@ -89,7 +89,8 @@ bool RenderSystem::render_particle(const Sprite & sprite, const SDLContext::Came
}
return rendering_particles;
}
-void RenderSystem::render_normal(const Sprite & sprite, const SDLContext::CameraValues & cam, const Transform & tm) {
+void RenderSystem::render_normal(const Sprite & sprite, const SDLContext::CameraValues & cam,
+ const Transform & tm) {
this->context.draw(SDLContext::RenderContext{
.sprite = sprite,
.cam = cam,