forest shadowvar cleanups

This commit is contained in:
Azaezel 2018-03-15 20:47:25 -05:00
parent bc407314f8
commit dd297ce39d
2 changed files with 4 additions and 4 deletions

View file

@ -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());
}