From 9017a5732edc244bc494000201f154bbef73bb1b Mon Sep 17 00:00:00 2001 From: ambidot Date: Sat, 25 Jul 2020 02:57:40 -0500 Subject: [PATCH] Put DXT3 back in enum TextureFormat for testing purposes. --- wallpaperengine/irr/CImageLoaderTEX.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallpaperengine/irr/CImageLoaderTEX.h b/wallpaperengine/irr/CImageLoaderTEX.h index 68816ae..416e103 100644 --- a/wallpaperengine/irr/CImageLoaderTEX.h +++ b/wallpaperengine/irr/CImageLoaderTEX.h @@ -44,8 +44,8 @@ private: RA88, A8, DXT1, - DXT5 // most of the defaultprojects textures are DXT5 as indicated by their alpha data - // DXT3 support seems to be missing from wallpaper engine + DXT5, // most of the defaultprojects textures are DXT5 as indicated by their alpha data + DXT3 = -1 // DXT3 support seems to be missing from wallpaper engine }; // extracted from the free image library