Merge pull request #573 from DavidWyand-GG/TriggerFix

Revert trigger polyhedron change
This commit is contained in:
David Wyand 2014-02-14 00:31:26 -05:00
commit d218b007a3

View file

@ -263,8 +263,8 @@ ConsoleGetType( TypeTriggerPolyhedron )
dSprintf(retBuf, 1023, "%7.7f %7.7f %7.7f %7.7f %7.7f %7.7f %7.7f %7.7f %7.7f %7.7f %7.7f %7.7f",
origin.x, origin.y, origin.z,
vecs[0].x, vecs[0].y, vecs[0].z,
vecs[1].x, vecs[1].y, vecs[1].z,
vecs[2].x, vecs[2].y, vecs[2].z);
vecs[2].x, vecs[2].y, vecs[2].z,
vecs[1].x, vecs[1].y, vecs[1].z);
return retBuf;