diff options
author | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
commit | 0ad39c020cfd4882b45bd1d26e521748e37b94a4 (patch) | |
tree | 736fde80727300b695e649c18e67be340b384985 /src/core/main.cpp | |
parent | CAutomobile ctor, car spawner, fixes (diff) | |
download | re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.gz re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.bz2 re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.lz re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.xz re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.tar.zst re3-0ad39c020cfd4882b45bd1d26e521748e37b94a4.zip |
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r-- | src/core/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index ffde80bb..1083adc3 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -295,6 +295,8 @@ void RenderDebugShit(void) { // CTheScripts::RenderTheScriptDebugLines() + if(gbShowCollisionLines) + CRenderer::RenderCollisionLines(); } void |