Modified Files:
groundcache.cxx: Return cat start and end in the correct order. That makes the seahawk carrier start capable again ...
This commit is contained in:
parent
eff14788a7
commit
56382700f0
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ public:
|
|||
// Trick to get the ends in the right order.
|
||||
// Use the x axis in the original coordinate system. Choose the
|
||||
// most negative x-axis as the one pointing forward
|
||||
if (v1[0] < v2[0]) {
|
||||
if (v1[0] > v2[0]) {
|
||||
cat.start = gv1;
|
||||
cat.end = gv2;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue