mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Linux implementation. Include changes for gcc x64.
This commit is contained in:
parent
4e52824a42
commit
4e9034854d
56 changed files with 1108 additions and 3075 deletions
|
|
@ -382,7 +382,7 @@ void TSShapeLoader::generateSubshapes()
|
|||
bool cmpMeshNameAndSize(const String& key, const Vector<String>& names, void* arg1, void* arg2)
|
||||
{
|
||||
const Vector<AppMesh*>& meshes = *(Vector<AppMesh*>*)arg1;
|
||||
S32 meshSize = (S32)arg2;
|
||||
S32 meshSize = (intptr_t)arg2;
|
||||
|
||||
for (S32 i = 0; i < names.size(); i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue