Browse Source

SceneTools: doc++

pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
2775f4f105
  1. 2
      src/Magnum/SceneTools/Hierarchy.h

2
src/Magnum/SceneTools/Hierarchy.h

@ -116,7 +116,7 @@ having no cycles (i.e., every node listed just once) and not being sparse
MAGNUM_SCENETOOLS_EXPORT Containers::Array<Containers::Pair<UnsignedInt, UnsignedInt>> childrenDepthFirst(const Trade::SceneData& scene);
/**
@brief Retrieve childrem in a depth-first order into a pre-allocated view
@brief Retrieve children in a depth-first order into a pre-allocated view
@m_since_latest
Like @ref childrenDepthFirst(), but puts the result into @p mappingDestination

Loading…
Cancel
Save