Cleanup: Fix small typo error

This commit is contained in:
Antonio Vazquez 2020-07-04 11:15:11 +02:00
parent 17603816f2
commit 9168ea8aab
1 changed files with 1 additions and 1 deletions

View File

@ -1291,7 +1291,7 @@ void BKE_gpencil_stroke_geometry_update(bGPDstroke *gps)
* Calculate grease pencil stroke length.
* \param gps: Grease pencil stroke
* \param use_3d: Set to true to use 3D points
* \return Length: of the stroke
* \return Length of the stroke
*/
float BKE_gpencil_stroke_length(const bGPDstroke *gps, bool use_3d)
{