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
In the file fidget.nim, line 269
proc orgBox*(x, y, w, h: int|float32|float32) =
the member of the union type is duplicated, it looks the intention was:
proc orgBox*(x, y, w, h: int|float32|float64) =
The text was updated successfully, but these errors were encountered:
In the file fidget.nim, line 269
proc orgBox*(x, y, w, h: int|float32|float32) =
the member of the union type is duplicated, it looks the intention was:
proc orgBox*(x, y, w, h: int|float32|float64) =
The text was updated successfully, but these errors were encountered: