Renamed some functions
This commit is contained in:
parent
3cb4edcbc3
commit
ee4b553c2a
3 changed files with 27 additions and 25 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue