Corrected issues on examples

This commit is contained in:
raysan5 2017-10-14 00:11:37 +02:00
parent ea5f4eabf8
commit 9446746001
3 changed files with 3 additions and 3 deletions

View file

@ -89,7 +89,7 @@ int main()
cursorColor = PURPLE;
hitObjectName = "Triangle";
bary = VectorBarycenter(nearestHit.position, ta, tb, tc);
bary = Vector3Barycenter(nearestHit.position, ta, tb, tc);
hitTriangle = true;
}
else hitTriangle = false;