mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 07:14:08 +00:00
removed renderer stuff
This commit is contained in:
parent
76a564df2e
commit
196a13b1cc
2 changed files with 0 additions and 10 deletions
|
@ -911,14 +911,6 @@ CRenderer::RenderCollisionLines(void)
|
|||
}
|
||||
}
|
||||
|
||||
// unused
|
||||
void
|
||||
CRenderer::RenderBlockBuildingLines(void)
|
||||
{
|
||||
for(BlockedRange *br = pFullBlockedRanges; br; br = br->next)
|
||||
printf("Blocked: %f %f\n", br->a, br->b);
|
||||
}
|
||||
|
||||
enum Visbility
|
||||
{
|
||||
VIS_INVISIBLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue