- Remove unused function argument
This commit is contained in:
parent
dd8a114bb8
commit
94a33229cc
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "poly_cull.h"
|
||||
#include "polyrenderer/poly_renderer.h"
|
||||
|
||||
void PolyCull::CullScene(const TriMatrix &worldToClip, const PolyClipPlane &portalClipPlane)
|
||||
void PolyCull::CullScene(const PolyClipPlane &portalClipPlane)
|
||||
{
|
||||
ClearSolidSegments();
|
||||
MarkViewFrustum();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue