Reviewed code TODOs

This commit is contained in:
raysan5 2016-02-12 12:22:56 +01:00
parent 685273675b
commit 823abf666e
7 changed files with 19 additions and 25 deletions

View file

@ -704,7 +704,6 @@ Model LoadHeightmap(Image heightmap, Vector3 size)
// TODO: Calculate normals in an efficient way
nCounter += 18; // 6 vertex, 18 floats
trisCounter += 2;
}
}