JOML-CI / JOML

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

Bug in MemUtilUnsafe.put3x4 #345

Closed LordMonoxide closed 5 months ago

LordMonoxide commented 7 months ago

This line is overwriting values instead of setting the fourth row to 0. It should be destAddr + (i << 4) + 12.

image

httpdigest commented 5 months ago

Thanks for reporting!