summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-13 14:01:49 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-13 14:01:49 +0100
commit3e198086e31c3f1b0269b5c53c0811b2fc575497 (patch)
tree4f9b0730f31472adde559940e25d42e104a9d98d /src/core/main.cpp
parentsync with lcs-dev (diff)
downloadre3-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 '')
-rw-r--r--src/core/main.cpp2
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();