diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-06-12 14:22:07 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-06-12 14:22:07 -0400 |
commit | 6e2d60d822c52562b29e814adeeeac33f8f24ebd (patch) | |
tree | bd8905d6e63fb579dd25031df616fa735e639ee4 /libdimension/dimension/objects.h | |
parent | 0fec83ebc89bd6b86f772d942b7c39b13f773d3a (diff) | |
download | dimension-6e2d60d822c52562b29e814adeeeac33f8f24ebd.tar.xz |
Documentation fixes.
Diffstat (limited to 'libdimension/dimension/objects.h')
-rw-r--r-- | libdimension/dimension/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/objects.h b/libdimension/dimension/objects.h index e5a39c5..2865d82 100644 --- a/libdimension/dimension/objects.h +++ b/libdimension/dimension/objects.h @@ -55,7 +55,7 @@ dmnsn_object *dmnsn_new_triangle_fan(dmnsn_pool *pool, dmnsn_vector vertices[], * A smooth triangle fan. * @param[in] pool The memory pool to allocate from. * @param[in] vertices The vertices of the fan, starting in the center. - * @param[in] vertices The normal vector for each vertex. + * @param[in] normals The normal vector for each vertex. * @param[in] nvertices The number of vertices. * @return A triangle fan. */ |