M0n7y5/raylib-beef

Error in Type RenderTexture2D

Spillbrain opened this issue · 0 comments

Worked out there is an error in the definition of id in the RenderTexture2D type (at least on the Windows platform)

unit id; needs to be unit32 id;

The values of the member types are set incorrectly as it currently is.

Thank you.