From 169efb129f947209b6d3cdfdc632d3804dcd549d Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 18 Feb 2011 11:25:55 +0100 Subject: enabled debug rendering in the editor --- src/engine/client/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/client') diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 62585ef7..850c1d52 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -1935,6 +1935,7 @@ void CClient::Run() Update(); m_pEditor->UpdateAndRender(); + DebugRender(); m_pGraphics->Swap(); } else -- cgit 1.4.1