- Remove unused function argument
This commit is contained in:
parent
dd8a114bb8
commit
94a33229cc
3 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ void RenderPolyScene::Render(int portalDepth)
|
|||
|
||||
SectorPortals.clear();
|
||||
LinePortals.clear();
|
||||
Cull.CullScene(WorldToClip, PortalPlane);
|
||||
Cull.CullScene(PortalPlane);
|
||||
RenderSectors();
|
||||
RenderPortals(portalDepth);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue