From 7fd539882c5d207dfdde272f693c0f787fcc4f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 1 Feb 2015 23:49:43 +0100 Subject: [PATCH] Platform: include DebugGroup::maxStackDepth() in magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 25e991217..e24582c26 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -610,6 +610,7 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat _l(AbstractObject::maxLabelLength()) _l(DebugOutput::maxLoggedMessages()) _l(DebugOutput::maxMessageLength()) + _l(DebugGroup::maxStackDepth()) } #ifdef MAGNUM_TARGET_GLES2