mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fix issue with -wrbrushes not reporting contents values properly.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5948 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fbdee5f149
commit
5d75f6fa50
1 changed files with 1 additions and 0 deletions
|
@ -1474,6 +1474,7 @@ void Q1BSP_LoadBrushes(model_t *model, bspx_header_t *bspx, void *mod_base)
|
|||
planes->normal[1] = LittleFloat(srcplane->normal[1]);
|
||||
planes->normal[2] = LittleFloat(srcplane->normal[2]);
|
||||
planes->dist = LittleFloat(srcplane->dist);
|
||||
CategorizePlane(planes);
|
||||
|
||||
sides->surface = NULL;
|
||||
sides++->plane = planes++;
|
||||
|
|
Loading…
Reference in a new issue