From b81f78f990dcb2e3ab5c34b9e3664554a6408919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 1 May 2020 19:00:07 +0200 Subject: [PATCH] Platform: I messed up. --- src/Magnum/Platform/WindowlessEglApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessEglApplication.cpp b/src/Magnum/Platform/WindowlessEglApplication.cpp index f96a13bd1..26c7a5f5f 100644 --- a/src/Magnum/Platform/WindowlessEglApplication.cpp +++ b/src/Magnum/Platform/WindowlessEglApplication.cpp @@ -166,7 +166,7 @@ WindowlessEglContext::WindowlessEglContext(const Configuration& configuration, G Error{} << "Platform::WindowlessEglApplication::tryCreateContext(): cannot get platform display for a device:" << Implementation::eglErrorString(eglGetError()); return; } - } + } else /* Otherwise initialize the classic way. WebGL doesn't have any of the above, so no need to compile that at all. */ #endif