Browse Source

Fixed copy-pasta documentation.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
d12ce5b2b4
  1. 2
      src/Trade/MeshData.h

2
src/Trade/MeshData.h

@ -84,7 +84,7 @@ class MAGNUM_EXPORT MeshData {
/** /**
* @brief Normals * @brief Normals
* @param id ID of normal data array * @param id ID of normal data array
* @return Vertices or nullptr if there is no normal array with given * @return Normals or nullptr if there is no normal array with given
* ID. * ID.
*/ */
inline std::vector<Vector3>* normals(unsigned int id) { return _normals[id]; } inline std::vector<Vector3>* normals(unsigned int id) { return _normals[id]; }

Loading…
Cancel
Save