go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

minor mistake in non MxM String func fixed #46

Closed ghost closed 9 years ago

ghost commented 9 years ago

non mxm matrices String function would have a loop based on the number of cols and not number of row. caused a panic when it was called.

dmitshur commented 9 years ago

What about mgl64/matrix.go?

Otherwise the change looks good.

ghost commented 9 years ago

Ok regenerated, forgot about it :shipit:

dmitshur commented 9 years ago

LGTM.