fix indentation (bug 5313)

main
Sylvain Becker 2020-12-28 10:41:37 +01:00
parent 9e22f62e0d
commit 7186584b8d
1 changed files with 4 additions and 3 deletions

View File

@ -981,6 +981,7 @@ SDL_PrivateLowerBlitScaled(SDL_Surface * src, SDL_Rect * srcrect,
tmp1 = SDL_CreateRGBSurfaceWithFormat(flags, src->w, src->h, 0, fmt);
SDL_LowerBlit(src, srcrect, tmp1, &tmprect);
srcrect2.x = 0;
srcrect2.y = 0;
SDL_SetSurfaceColorMod(tmp1, r, g, b);