diff --git a/src/sdl/i_video.cpp b/src/sdl/i_video.cpp index ef03c3c56..441e5313d 100644 --- a/src/sdl/i_video.cpp +++ b/src/sdl/i_video.cpp @@ -295,6 +295,7 @@ static void Impl_VideoSetupSurfaces(int width, int height) { if (texture == NULL) texture = SDL_CreateTexture(renderer, SDL_PIXELFORMAT_ABGR8888, SDL_TEXTUREACCESS_STREAMING, width, height); + SDL_SetTextureScaleMode(texture, SDL_SCALEMODE_NEAREST); } static SDL_FRect src_rect = { 0, 0, 0, 0 };