Fixing the Mesh struct
This commit is contained in:
parent
667a1a25ef
commit
94dda71bcf
5 changed files with 137 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ public class RaylibTests
|
|||
CheckType<Transform>();
|
||||
CheckType<BoneInfo>();
|
||||
CheckType<Model>();
|
||||
CheckType<ModelSkeleton>();
|
||||
CheckType<ModelAnimation>();
|
||||
CheckType<Ray>();
|
||||
CheckType<RayCollision>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue