diff options
| -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 |