diff options
Diffstat (limited to 'src/renderergl1/tr_main.c')
-rw-r--r-- | src/renderergl1/tr_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/renderergl1/tr_main.c b/src/renderergl1/tr_main.c index 2b6ce52f..c2e32c94 100644 --- a/src/renderergl1/tr_main.c +++ b/src/renderergl1/tr_main.c @@ -813,10 +813,6 @@ static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) // translate the original plane originalPlane.dist = originalPlane.dist + DotProduct( originalPlane.normal, tr.or.origin ); } - else - { - plane = originalPlane; - } // locate the portal entity closest to this plane. // origin will be the origin of the portal, origin2 will be |