From 2ec073ad37b07898bc1a9987b4cf019572a34c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 28 Sep 2015 12:58:59 +0200 Subject: [PATCH] Superfluous comma. --- src/Magnum/PixelFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/PixelFormat.h b/src/Magnum/PixelFormat.h index 43a81fcf2..a191478cb 100644 --- a/src/Magnum/PixelFormat.h +++ b/src/Magnum/PixelFormat.h @@ -1188,7 +1188,7 @@ enum class CompressedPixelFormat: GLenum { * for 3D textures and HDR profile * @requires_gles ASTC texture compression is not available in WebGL. */ - SRGB8Alpha8Astc12x12 = GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, + SRGB8Alpha8Astc12x12 = GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR #endif };