You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title pretty much says all there is about this issue. Line 1415 of src/org/joml/Matrix2f.java incorrectly calls return sub(other, this) instead of the method appropriate return mulComponentWise(other, this)
The title pretty much says all there is about this issue. Line 1415 of src/org/joml/Matrix2f.java incorrectly calls
return sub(other, this)
instead of the method appropriatereturn mulComponentWise(other, this)
Link for reference: Matrix2f#L1415
The text was updated successfully, but these errors were encountered: