mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-25 15:19:30 +00:00
tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places.
This commit is contained in:
parent
83449bbc06
commit
491a7dcfdd
20 changed files with 70 additions and 69 deletions
|
|
@ -441,7 +441,7 @@ U32 PlaneSet< T >::clipPolygon( const Point3F* inVertices, U32 inNumVertices, Po
|
|||
// Make the output of the last iteration the
|
||||
// input of this iteration.
|
||||
|
||||
swap( tempPolygon, clippedPolygon );
|
||||
T3D::swap( tempPolygon, clippedPolygon );
|
||||
numTempPolygonVertices = numClippedPolygonVertices;
|
||||
|
||||
if( maxOutVertices < numTempPolygonVertices + 1 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue