Watch
2
0
Fork
You've already forked raylib-cs
0

DrawBillboard parameter name updated

This commit is contained in:
JupiterRider 2024-12-06 20:49:12 +01:00
commit bb5ff58150

View file

@ -2452,7 +2452,7 @@ public static unsafe partial class Raylib
Camera3D camera, Camera3D camera,
Texture2D texture, Texture2D texture,
Vector3 center, Vector3 center,
float size, float scale,
Color tint Color tint
); );