Not-Nik / raylib-zig

Manually tweaked, auto-generated raylib bindings for zig. https://github.com/raysan5/raylib
MIT License
517 stars 102 forks source link

Fixes GenGradientV duplication #6

Closed mbcrocci closed 3 years ago

mbcrocci commented 3 years ago

The function GenGradientV was duplicated which caused a compiler error when using other calling functions.

Not-Nik commented 3 years ago

Its not a duplicate, I forgot to change the second functions name to GenImageGradientH. If you want you can put it here, else I'll put that in later today.

mbcrocci commented 3 years ago

I've updated the commit according to your comment, following the API structure of the surronding functions.