Browse Source

MeshTools: fix typo.

pull/77/head
Vladimír Vondruš 12 years ago
parent
commit
1c29242e35
  1. 2
      src/Magnum/MeshTools/GenerateFlatNormals.h

2
src/Magnum/MeshTools/GenerateFlatNormals.h

@ -39,7 +39,7 @@ namespace Magnum { namespace MeshTools {
/** /**
@brief Generate flat normals @brief Generate flat normals
@param indices Array of triangle face indexes @param indices Array of triangle face indices
@param positions Array of vertex positions @param positions Array of vertex positions
@return Normal indices and vectors @return Normal indices and vectors

Loading…
Cancel
Save