kazmath icon indicating copy to clipboard operation
kazmath copied to clipboard

some parameters missing const

Open chriscamacho opened this issue 8 years ago • 0 comments

to be honest not sure if this is even an issue?

kmMat4* kmMat4Scaling(kmMat4* pOut, const kmScalar x, const kmScalar y, kmScalar z) kmMat4* kmMat4Translation(kmMat4* pOut, const kmScalar x, kmScalar y, const kmScalar z)

const missing on scaling z and translation y

there may be others

chriscamacho avatar Sep 27 '17 18:09 chriscamacho