JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
728 stars 104 forks source link

Fix Matrix4x3d.setFloats(index, ByteBuffer) #286

Closed leacoleaco closed 3 years ago

leacoleaco commented 3 years ago

the 'index' parameter is never used

httpdigest commented 3 years ago

Thanks!