From 5ea1f104e824ffe54a188056ee1fca049772f187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 13 Aug 2012 19:59:18 +0200 Subject: [PATCH] Blending is not only alpha blending. --- src/Framebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Framebuffer.h b/src/Framebuffer.h index f666687dc..bf5f1fa71 100644 --- a/src/Framebuffer.h +++ b/src/Framebuffer.h @@ -51,7 +51,7 @@ class MAGNUM_EXPORT Framebuffer { * @see setFeature() */ enum class Feature: GLenum { - AlphaBlending = GL_BLEND, /**< Alpha blending */ + Blending = GL_BLEND, /**< Blending */ #ifndef MAGNUM_TARGET_GLES /**