use 'getUnscaledPoints' to make it more obvious that m_localScaling hasn't been applied to them.

This commit is contained in:
erwin.coumans
2008-11-06 23:40:13 +00:00
parent 33ada42e18
commit a69e03f497

View File

@@ -463,7 +463,7 @@ void dmaConvexVertexData (SpuConvexPolyhedronVertexData* convexVertexData, btCon
}
register int dmaSize = convexVertexData->gNumConvexPoints*sizeof(btVector3);
ppu_address_t pointsPPU = (ppu_address_t) convexShapeSPU->getPoints();
ppu_address_t pointsPPU = (ppu_address_t) convexShapeSPU->getUnscaledPoints();
cellDmaGet(&convexVertexData->g_convexPointBuffer[0], pointsPPU , dmaSize, DMA_TAG(2), 0, 0);
}