chrisdill / raylib-cs

C# bindings for raylib, a simple and easy-to-use library to learn videogames programming

Home Page:http://www.raylib.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsMaterialReady doesn't contain Material argument

danilwhale opened this issue · comments

raylib.h have defined IsMaterialReady: RLAPI bool IsMaterialReady(Material material); // Check if a material is ready,
but Raylib-cs is defined it: public static extern CBool IsMaterialReady();.
There must be Material material argument

Thanks! Fix added for the next release.