mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Revert trigger polyhedron change
Reverts the change made in https://github.com/GarageGames/Torque3D/pull/511. See http://www.garagegames.com/community/forums/viewthread/136033 for the discussion.
This commit is contained in:
parent
65099897f4
commit
5f6d189d4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
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,
|
origin.x, origin.y, origin.z,
|
||||||
vecs[0].x, vecs[0].y, vecs[0].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;
|
return retBuf;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue