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