aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-20 15:32:38 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-20 15:32:38 +0100
commit0ba3392d8d5ef1f69bda831c8e2be2efa505b632 (patch)
treee602d52b4009f7b4b5cfdd9f6ad3c732181fa3e8
parent631975d4a03642271f80baeb4494dd01bda9c76e (diff)
make format
-rw-r--r--src/crepe/facade/SDLContext.cpp1
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;
}