mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 18:26:38 +03:00
implemented col line rendering
This commit is contained in:
parent
59145cea83
commit
0ad39c020c
14 changed files with 354 additions and 22 deletions
|
@ -295,6 +295,8 @@ void
|
|||
RenderDebugShit(void)
|
||||
{
|
||||
// CTheScripts::RenderTheScriptDebugLines()
|
||||
if(gbShowCollisionLines)
|
||||
CRenderer::RenderCollisionLines();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue