diff options
Diffstat (limited to 'libdimension/dimension')
-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. */ |