mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
damn, it failing was because I was using the wrong hull. now, why does the engine fail here?
This commit is contained in:
parent
7dae886b93
commit
21c12ad7d5
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ test_t tests[] = {
|
||||||
&hull3, {480, -216, 76}, {480, -200, 76}, {1, 0, 0, 1, 0}},
|
&hull3, {480, -216, 76}, {480, -200, 76}, {1, 0, 0, 1, 0}},
|
||||||
|
|
||||||
{"drop onto top of ramp: hull2",
|
{"drop onto top of ramp: hull2",
|
||||||
&hull2, {468, -216, 80}, {468, -216, 72}, {0.5, 0, 0, 1, 0}},
|
&hull3, {468, -216, 80}, {468, -216, 72}, {0.5, 0, 0, 1, 0}},
|
||||||
};
|
};
|
||||||
const int num_tests = sizeof (tests) / sizeof (tests[0]);
|
const int num_tests = sizeof (tests) / sizeof (tests[0]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue