From 6d0a594e618f165eb2823bb31eb3cfe21ec1e7c5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Mar 2023 17:30:04 +0100 Subject: editor, main: random crap --- main/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/debug.cpp b/main/debug.cpp index 3f5a7b16..2d320a3b 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -48,8 +48,8 @@ void main_impl::debug_callback(unsigned src, unsigned type, unsigned id, unsigne std::abort(); #endif - debug_break(); - //std::fputs("", stdout); // put breakpoint here + //debug_break(); + std::fputs("", stdout); // put breakpoint here } static void _debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type, UnsignedInt id, -- cgit v1.2.3