diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-20 15:32:38 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-20 15:32:38 +0100 |
commit | 0ba3392d8d5ef1f69bda831c8e2be2efa505b632 (patch) | |
tree | e602d52b4009f7b4b5cfdd9f6ad3c732181fa3e8 | |
parent | 631975d4a03642271f80baeb4494dd01bda9c76e (diff) |
make format
-rw-r--r-- | src/crepe/facade/SDLContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp index 672d55a..8e2e8a2 100644 --- a/src/crepe/facade/SDLContext.cpp +++ b/src/crepe/facade/SDLContext.cpp @@ -68,7 +68,6 @@ SDLContext::SDLContext(Mediator & mediator) { throw runtime_error(format("SDL_ttf initialization failed: {}", TTF_GetError())); } - mediator.sdl_context = *this; } |