mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 05:41:52 +00:00
Fix water brushlist contents AGAIN...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6075 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f3cab7b153
commit
c09fef6c4d
1 changed files with 1 additions and 0 deletions
|
@ -1495,6 +1495,7 @@ void Q1BSP_LoadBrushes(model_t *model, bspx_header_t *bspx, void *mod_base)
|
|||
{
|
||||
VectorNegate(axis[pl], planes->normal);
|
||||
planes->dist = -brush->absmins[pl];
|
||||
CategorizePlane(planes);
|
||||
|
||||
sides->surface = NULL;
|
||||
sides++->plane = planes++;
|
||||
|
|
Loading…
Reference in a new issue