mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
correct the last 4 edges. all existing testcases now pass.
This commit is contained in:
parent
fea4189150
commit
384ad30df8
1 changed files with 4 additions and 4 deletions
|
@ -255,10 +255,10 @@ validate_solid (const vec3_t p, tp_t *wall, tp_t *split, tl_t *tl)
|
|||
{{-1, -1, -1}, {-1, -1, 1}},
|
||||
{{-1, 1, -1}, {-1, 1, 1}},
|
||||
|
||||
{{ 1, -1, -1}, { 1, 1, 1}},
|
||||
{{-1, -1, -1}, { 1, -1, 1}},
|
||||
{{-1, -1, -1}, {-1, 1, 1}},
|
||||
{{-1, 1, -1}, { 1, 1, 1}},
|
||||
{{ 1, -1, -1}, { 1, 1, -1}},
|
||||
{{-1, -1, -1}, { 1, -1, -1}},
|
||||
{{-1, -1, -1}, {-1, 1, -1}},
|
||||
{{-1, 1, -1}, { 1, 1, -1}},
|
||||
};
|
||||
static const int tests[] = {
|
||||
0xa0a, 0x505, 0x0f0, 0x5f5, 0xafa, 0xf0f, 0xfff,
|
||||
|
|
Loading…
Reference in a new issue