1
0
mirror of https://github.com/td512/re3.git synced 2026-01-29 11:40:52 +00:00

implemented col line rendering

This commit is contained in:
aap
2019-07-19 13:58:19 +02:00
parent 59145cea83
commit 0ad39c020c
14 changed files with 354 additions and 22 deletions

View File

@@ -295,6 +295,8 @@ void
RenderDebugShit(void)
{
// CTheScripts::RenderTheScriptDebugLines()
if(gbShowCollisionLines)
CRenderer::RenderCollisionLines();
}
void