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
(264.160827636719 400)
error: bad slot #0, expected 32 bit signed integer, got 264.160827636719
in jaylib/draw-circle-gradient
in _thunk [main.janet] (tailcall) on line 42, column 9
void DrawCircleGradient(int centerX, int centerY, float radius, Color color1, Color color2); // Draw a gradient-filled circle
It looks like DrawCircleGradient wants the first 2 arguments to be of type int and currently the way those are arranged for is to use janet_getinteger.
true code:
Reproduction
The text was updated successfully, but these errors were encountered: