From 4e20d22c4b6fa0596a56983e0a04ea3fefaedec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 11 Jul 2019 19:42:29 +0200 Subject: [PATCH] Platform: separate the implicit engine startup log from the rest. --- src/Magnum/Platform/gl-info.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Platform/gl-info.cpp b/src/Magnum/Platform/gl-info.cpp index d4387684a..3c9b5ee5a 100644 --- a/src/Magnum/Platform/gl-info.cpp +++ b/src/Magnum/Platform/gl-info.cpp @@ -323,6 +323,8 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat createContext(); GL::Context& c = GL::Context::current(); + Debug() << ""; + #ifndef MAGNUM_TARGET_GLES Debug() << "Core profile:" << (c.isCoreProfile() ? "yes" : "no"); #endif