Remove DebugDumpObjects call
authorSam Moore <[email protected]>
Mon, 21 Apr 2014 06:27:00 +0000 (14:27 +0800)
committerSam Moore <[email protected]>
Mon, 21 Apr 2014 06:27:00 +0000 (14:27 +0800)
You almost crashed my gedit embedded terminal plugin!

src/view.cpp

index bda0faa..c5a1841 100644 (file)
@@ -127,7 +127,7 @@ void View::ReRender()
        static bool debug_output_done = false;
        if (!debug_output_done)
        {
-               m_document.DebugDumpObjects();
+               //m_document.DebugDumpObjects();
                debug_output_done = true;
 
                m_vertex_buffer.SetType(GraphicsBuffer::BufferTypeVertex);

UCC git Repository :: git.ucc.asn.au