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
I think it might be passing a value when it expects a pointer, but I'm not totally sure. (address=0x1 in error, and I happen to be setting the animation-count to 1, in a param that is a pointer, not a value. If I set it to 66 I get that address: 0x42.)
jardeltorres reported on raylib discord, so I followed up.
The code works fine if the animation is commented out, but segfaults if not. Additionally, I get
TypeError: r.SetMaterialTexture is not a function
I forked their repro here
The text was updated successfully, but these errors were encountered: