diff --git a/src/Magnum/Context.cpp b/src/Magnum/Context.cpp index f714ab912..bde8f2f04 100644 --- a/src/Magnum/Context.cpp +++ b/src/Magnum/Context.cpp @@ -315,12 +315,12 @@ const std::vector& Extension::extensions(Version version) { #else case Version::GLES200: return empty; case Version::GLES300: - case Version::GLES310: #ifdef MAGNUM_TARGET_GLES2 return extensionsES300; #else return empty; #endif + case Version::GLES310: return empty; #endif }