diff options
| author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 15:42:25 +0100 |
|---|---|---|
| committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 15:42:25 +0100 |
| commit | 7ec1fcfcff0c01d204ccbf1bac9919ba610b8606 (patch) | |
| tree | cd48865b6af69a0d71a70a720b843b4b681f53bb /src/crepe/system/RenderSystem.h | |
| parent | 3fbe1a5c72e7512a330111665482a5babf21cc15 (diff) | |
implemented final max feedback
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
| -rw-r--r-- | src/crepe/system/RenderSystem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h index eaf1213..91b386f 100644 --- a/src/crepe/system/RenderSystem.h +++ b/src/crepe/system/RenderSystem.h @@ -79,8 +79,7 @@ private: */ private: - // FIXME: retrieve sdlcontext via mediator after #PR57 - SDLContext & context = SDLContext::get_instance(); + SDLContext & context = this->mediator.sdl_context; }; } // namespace crepe |