damn, it failing was because I was using the wrong hull. now, why does the engine fail here?

This commit is contained in:
Bill Currie 2009-03-20 11:57:36 +00:00 committed by Jeff Teunissen
parent 7dae886b93
commit 21c12ad7d5
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ test_t tests[] = {
&hull3, {480, -216, 76}, {480, -200, 76}, {1, 0, 0, 1, 0}},
{"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]);