diff options
| author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-09 20:15:41 +0100 |
|---|---|---|
| committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-09 20:15:41 +0100 |
| commit | a597b0059f30e9d56331c6ece34fdcabb4028616 (patch) | |
| tree | 09da85838764dc25f020a14a17937267a686590c /src/crepe/system/RenderSystem.h | |
| parent | 4d74c80d9c3c9fdca9b07d960a1f9fd3e38cdfad (diff) | |
making rendering fonts and UI
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
| -rw-r--r-- | src/crepe/system/RenderSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h index e270a6b..de26aa8 100644 --- a/src/crepe/system/RenderSystem.h +++ b/src/crepe/system/RenderSystem.h @@ -37,7 +37,7 @@ private: void present_screen(); //! Updates the active camera used for rendering. - SDLContext::CameraValues update_camera(); + SDLContext::CameraValues & update_camera(); //! Renders the whole screen void render(); |