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

Fixing the Mesh struct

This commit is contained in:
Meatcorps 2026-05-21 11:15:25 +02:00
commit 94dda71bcf
5 changed files with 137 additions and 1 deletions

View file

@ -40,6 +40,7 @@ public class RaylibTests
CheckType<Transform>();
CheckType<BoneInfo>();
CheckType<Model>();
CheckType<ModelSkeleton>();
CheckType<ModelAnimation>();
CheckType<Ray>();
CheckType<RayCollision>();