From 2c4103d4268cd9fb0e09a8caafd237da36fd0203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 28 Jan 2019 21:56:37 +0100 Subject: [PATCH] GL: properly execute the test on ES3 builds. --- src/Magnum/GL/Test/AttributeTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/Test/AttributeTest.cpp b/src/Magnum/GL/Test/AttributeTest.cpp index a8dfc02a2..627ca7ddb 100644 --- a/src/Magnum/GL/Test/AttributeTest.cpp +++ b/src/Magnum/GL/Test/AttributeTest.cpp @@ -104,7 +104,7 @@ AttributeTest::AttributeTest() { &AttributeTest::debugComponentsMatrix4, &AttributeTest::debugComponentsVector4, &AttributeTest::debugDataTypeFloat, - #ifndef MAGNUM_TARGET_GLES + #ifndef MAGNUM_TARGET_GLES2 &AttributeTest::debugDataTypeInt, #endif #ifndef MAGNUM_TARGET_GLES