aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
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/system
parentc23c7d03522456ac580cb7acd93fbfd95d5b846d (diff)
make format
Diffstat (limited to 'src/crepe/system')
-rw-r--r--src/crepe/system/RenderSystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h
index 5a2af17..d25a6e3 100644
--- a/src/crepe/system/RenderSystem.h
+++ b/src/crepe/system/RenderSystem.h
@@ -31,10 +31,10 @@ public:
private:
//! Clears the screen in preparation for rendering.
- void clear_screen() ;
+ void clear_screen();
//! Presents the rendered frame to the display.
- void present_screen() ;
+ void present_screen();
//! Updates the active camera used for rendering.
void update_camera();