mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Fix the edge vectors when bounding the portal points.
This commit is contained in:
parent
6a4021517b
commit
9d2914474c
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,8 @@ run_test (test_t *test)
|
|||
p->portal->winding->points[j][2]
|
||||
= bound (-8192, p->portal->winding->points[j][2], 8192);
|
||||
}
|
||||
FreeWinding (p->portal->edges);
|
||||
p->portal->edges = WindingVectors (p->portal->winding, 0);
|
||||
for (j = 0; j < 2; j++) {
|
||||
int found = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue