From 5f34fb0c41d526ab6feee926540d43a592bd9c6c Mon Sep 17 00:00:00 2001 From: scrawl Date: Wed, 20 Apr 2016 11:37:29 +0200 Subject: [PATCH] Remove call to MYGUI_DBG_BREAK which was removed in mygui-git --- components/myguiplatform/myguirendermanager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/myguiplatform/myguirendermanager.cpp b/components/myguiplatform/myguirendermanager.cpp index eab7aab31..7654a2821 100644 --- a/components/myguiplatform/myguirendermanager.cpp +++ b/components/myguiplatform/myguirendermanager.cpp @@ -23,7 +23,6 @@ #define MYGUI_PLATFORM_EXCEPT(dest) do { \ MYGUI_PLATFORM_LOG(Critical, dest); \ - MYGUI_DBG_BREAK;\ std::ostringstream stream; \ stream << dest << "\n"; \ MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \ @@ -33,7 +32,6 @@ if ( ! (exp) ) \ { \ MYGUI_PLATFORM_LOG(Critical, dest); \ - MYGUI_DBG_BREAK;\ std::ostringstream stream; \ stream << dest << "\n"; \ MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \