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:
Spoike 2021-07-04 03:58:24 +00:00
parent fbdee5f149
commit 5d75f6fa50
1 changed files with 1 additions and 0 deletions

View File

@ -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++;