From 97ddc91ff5ba562c1d1a9902bda8ad9b32ec8aa6 Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Sun, 5 Feb 2023 06:52:44 +0100 Subject: [PATCH] Hopefully solved #81, should be improved at least Signed-off-by: Alexis Maiquez --- src/WallpaperEngine/Render/CWallpaper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WallpaperEngine/Render/CWallpaper.cpp b/src/WallpaperEngine/Render/CWallpaper.cpp index 308bd14..1f0b39d 100644 --- a/src/WallpaperEngine/Render/CWallpaper.cpp +++ b/src/WallpaperEngine/Render/CWallpaper.cpp @@ -317,7 +317,7 @@ void CWallpaper::setupFramebuffers () this->m_sceneFBO = this->createFBO ( "_rt_FullFrameBuffer", ITexture::TextureFormat::ARGB8888, - ITexture::TextureFlags::NoInterpolation, + ITexture::TextureFlags::ClampUVs, 1.0, width, height, width, height