X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Frenders%2Fopengl%2Fr_map.pas;h=eba81403044209ce9ace6903bc3d83c22bb5850e;hb=656407d4bcc9419011375f19ad756d9ab7254f89;hp=ee1c8b32a48aca7dddeb5404a3f26bb512ba0b2c;hpb=b6da48aa0bb1a872045a8339a4cd760652f8cc96;p=d2df-sdl.git diff --git a/src/game/renders/opengl/r_map.pas b/src/game/renders/opengl/r_map.pas index ee1c8b3..eba8140 100644 --- a/src/game/renders/opengl/r_map.pas +++ b/src/game/renders/opengl/r_map.pas @@ -1711,6 +1711,7 @@ implementation if gDrawBackGround and (SkyTexture <> nil) then begin r_Map_CalcSkyParallax(cx, cy, w, h, SkyTexture.width, SkyTexture.height, gMapInfo.Width, gMapInfo.Height, sx, sy, sw, sh); + r_Draw_SetFilter(SkyTexture, gTextureFilter); r_Draw_Texture(SkyTexture, sx, sy, sw, sh, false, 255, 255, 255, 255, false); end;