mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 05:15:34 +00:00
Revert recent style cleanup changes.
This commit is contained in:
parent
a73850a4bb
commit
84e8cbb4ee
62 changed files with 3380 additions and 3380 deletions
|
|
@ -56,11 +56,11 @@ public:
|
|||
~TSStaticPolysoupConvex() {};
|
||||
|
||||
public:
|
||||
Box3F mBox;
|
||||
Point3F mVerts[4];
|
||||
PlaneF mNormal;
|
||||
S32 mIdx;
|
||||
TSMesh *mMesh;
|
||||
Box3F box;
|
||||
Point3F verts[4];
|
||||
PlaneF normal;
|
||||
S32 idx;
|
||||
TSMesh *mesh;
|
||||
|
||||
static SceneObject* smCurObject;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue