mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
[util] Enable accidentally disabled seb tests
This commit is contained in:
parent
e4984aad17
commit
4f2113bc05
1 changed files with 0 additions and 2 deletions
|
@ -182,7 +182,6 @@ struct {
|
|||
int num_points;
|
||||
vspheref_t expect;
|
||||
} tests[] = {
|
||||
#if 0
|
||||
{0, 0, {{ 0, 0, 0, 1}, 0}},
|
||||
{points, 1, {{-1, -1, 1, 1}, 0}},
|
||||
{points, 2, {{ 0, 0, 1, 1}, 1.41421356}},
|
||||
|
@ -202,7 +201,6 @@ struct {
|
|||
{{284.117493, 624.235535, 2959.76489}, 0.352925777}},
|
||||
{tears_cluster2, SIZEOF (tears_cluster2),
|
||||
{{-2192, -256.000031, -736}, 103.479492}},//FIXME numbers?
|
||||
#endif
|
||||
{cloud_points, SIZEOF (cloud_points),
|
||||
{{2.20056152, 2.23369908, 2.2332375}, 0.88327992}},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue