mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +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
|
|
@ -1019,7 +1019,7 @@ void TSStaticPolysoupConvex::getPolyList(AbstractPolyList *list)
|
|||
list->addPoint(verts[2]);
|
||||
list->addPoint(verts[1]);
|
||||
|
||||
list->begin(0, (U32)idx ^ (U32)mesh);
|
||||
list->begin(0, (U32)idx ^ (uintptr_t)mesh);
|
||||
list->vertex(base + 2);
|
||||
list->vertex(base + 1);
|
||||
list->vertex(base + 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue