diff --git a/src/sdl/texture.cpp b/src/sdl/texture.cpp index 3f8a7a482ce0..d5de197240f6 100644 --- a/src/sdl/texture.cpp +++ b/src/sdl/texture.cpp @@ -348,6 +348,8 @@ void ttexture::set_color_mod(Uint8 r, Uint8 g, Uint8 b) mod_r_ = r; mod_g_ = g; mod_b_ = b; + + SDL_SetTextureColorMod(texture_, r, g, b); } Uint8 ttexture::red_mod() const