mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
more compiler compliant cleanups plus a full set of tsMesh::foo to tsmesh::mFoo class var conversions for consistency
This commit is contained in:
parent
e5a6f4ee3d
commit
c98f257cae
13 changed files with 293 additions and 293 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
void disassemble();
|
||||
|
||||
TSSortedMesh() {
|
||||
meshType = SortedMeshType;
|
||||
mMeshType = SortedMeshType;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue