diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-13 14:01:49 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-13 14:01:49 +0100 |
commit | 3e198086e31c3f1b0269b5c53c0811b2fc575497 (patch) | |
tree | 4f9b0730f31472adde559940e25d42e104a9d98d /src/core/main.cpp | |
parent | sync with lcs-dev (diff) | |
download | re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.tar re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.tar.gz re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.tar.bz2 re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.tar.lz re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.tar.xz re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.tar.zst re3-3e198086e31c3f1b0269b5c53c0811b2fc575497.zip |
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r-- | src/core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index c516cd84..4fe2ee01 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -1275,7 +1275,7 @@ RenderScene(void) void RenderDebugShit(void) { - CTheScripts::RenderTheScriptDebugLines(); + //CTheScripts::RenderTheScriptDebugLines(); #ifndef FINAL if(gbShowCollisionLines) CRenderer::RenderCollisionLines(); |