Renamed some functions

This commit is contained in:
raysan5 2015-02-26 13:52:03 +01:00
parent 3cb4edcbc3
commit ee4b553c2a
3 changed files with 27 additions and 25 deletions

View file

@ -836,7 +836,7 @@ Model LoadCubicmap(Image cubesmap)
float w = mapCubeSide;
float h = mapCubeSide;
float h2 = mapCubeSide * 1.5;
float h2 = mapCubeSide * 1.5; // TODO: Review walls height...
Vector3 *mapVertices = (Vector3 *)malloc(maxTriangles * 3 * sizeof(Vector3));
Vector2 *mapTexcoords = (Vector2 *)malloc(maxTriangles * 3 * sizeof(Vector2));