From b26a4d0c3cebad56b597c1e90a048f13d6b08a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 6 May 2012 13:50:20 +0200 Subject: [PATCH] Fixed copypaste error. --- src/AbstractTexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AbstractTexture.h b/src/AbstractTexture.h index 6ed51c0ae..76e991265 100644 --- a/src/AbstractTexture.h +++ b/src/AbstractTexture.h @@ -273,7 +273,7 @@ class MAGNUM_EXPORT AbstractTexture { /** RTGC compressed red and green channel, signed normalized. */ CompressedRtgcSignedRedGreen = GL_COMPRESSED_SIGNED_RG_RGTC2, - #if defined(GL_RGB565) || defined(DOXYGEN_GENERATING_OUTPUT) + #if defined(GL_COMPRESSED_RGBA_BPTC_UNORM) || defined(DOXYGEN_GENERATING_OUTPUT) /** BTPC compressed RGBA, unsigned normalized. */ CompressedBtpcRGBA = GL_COMPRESSED_RGBA_BPTC_UNORM,