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
Hi, not sure if you're still working on this or not, but I was reading through your code and noticed that your arguments to calloc are reversed in every call. It should be calloc(count, size).
The text was updated successfully, but these errors were encountered:
wernsey
added a commit
to wernsey/gl-matrix.c
that referenced
this issue
Apr 27, 2017
Hi, not sure if you're still working on this or not, but I was reading through your code and noticed that your arguments to calloc are reversed in every call. It should be calloc(count, size).
The text was updated successfully, but these errors were encountered: