diff options
| author | oy <Tom_Adams@web.de> | 2011-02-18 11:25:55 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-18 11:25:55 +0100 |
| commit | 169efb129f947209b6d3cdfdc632d3804dcd549d (patch) | |
| tree | 83140e87be4e04c64012af817900510174722c1a | |
| parent | 6a6e7b702e0dd2f2d364d617fe20036b44bc46a1 (diff) | |
| download | zcatch-169efb129f947209b6d3cdfdc632d3804dcd549d.tar.gz zcatch-169efb129f947209b6d3cdfdc632d3804dcd549d.zip | |
enabled debug rendering in the editor
| -rw-r--r-- | src/engine/client/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |