aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.cpp
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-17 14:45:06 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-17 14:45:06 +0100
commit27bf7f7a6e2493b742f502b5da394a5a2d74cdd2 (patch)
tree9fa80537bf85ce3809217ddbedb889427165acd0 /src/crepe/facade/SDLContext.cpp
parent6ba8f83d482b5b7ade4cf63293cb9625a7e91f55 (diff)
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.cpp')
-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 271b746..f368828 100644
--- a/src/crepe/facade/SDLContext.cpp
+++ b/src/crepe/facade/SDLContext.cpp
@@ -459,7 +459,6 @@ void SDLContext::handle_window_event(const SDL_WindowEvent & window_event,
}
}
-
void SDLContext::set_color_texture(const Texture & texture, const Color & color) {
SDL_SetTextureColorMod(texture.get_img(), color.r, color.g, color.b);
SDL_SetTextureAlphaMod(texture.get_img(), color.a);