mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
forest shadowvar cleanups
This commit is contained in:
parent
bb9d181615
commit
d810e6d208
2 changed files with 4 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ void ForestConvex::getFeatures( const MatrixF &mat, const VectorF &n, ConvexFeat
|
|||
for (i = 0; i < numVerts; i++)
|
||||
{
|
||||
cf->mVertexList.increment();
|
||||
U32 index = emitString[currPos++];
|
||||
index = emitString[currPos++];
|
||||
mat.mulP(pAccel->vertexList[index], &cf->mVertexList.last());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue