Minor tweaks

This commit is contained in:
raysan5 2021-06-26 22:43:20 +02:00
parent 8eb7cf1fee
commit 5f03201616
2 changed files with 8 additions and 12 deletions

View file

@ -3219,7 +3219,6 @@ RayCollision GetRayCollisionQuad(Ray ray, Vector3 p1, Vector3 p2, Vector3 p3, Ve
//----------------------------------------------------------------------------------
// Module specific Functions Definition
//----------------------------------------------------------------------------------
#if defined(SUPPORT_FILEFORMAT_OBJ)
// Load OBJ mesh data
static Model LoadOBJ(const char *fileName)