Browse Source

Trade: fix doc typo.

pull/601/head
Pablo Escobar 3 years ago committed by Vladimír Vondruš
parent
commit
3e15133772
  1. 2
      src/Magnum/Trade/MeshData.h

2
src/Magnum/Trade/MeshData.h

@ -1700,7 +1700,7 @@ class MAGNUM_TRADE_EXPORT MeshData {
Containers::Array<UnsignedInt> indicesAsArray() const;
/**
* @brief Positions as 32-bit integers into a pre-allocated view
* @brief Indices as 32-bit integers into a pre-allocated view
*
* Like @ref indicesAsArray(), but puts the result into @p destination
* instead of allocating a new array. Expects that @p destination is

Loading…
Cancel
Save