uiua-lang/uiua

FFI error when trying to use float

zaxiom13 opened this issue · 0 comments

Screenshot 2024-02-24 at 18 52 42

#void DrawCircleV(Vector2 center, float radius, Color color); // Draw a color-filled circle (Vector version)

DrawCircle ← ◌Rl {"void" "DrawCircleV" VectorII "float" Color} {⊙⊙∘}

Not sure if this is a bug or I am doing something wrong but there is an error here where it thinks of the number as an array of no shape rather than a float