This commit is contained in:
Joshua Leung 2016-11-26 16:47:54 +13:00
parent ce3cae81f6
commit d20f5b7de0
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ void gp_subdivide_stroke(bGPDstroke *gps, const int new_totpoints)
/**
* Add randomness to stroke
* \param gps Stroke data
* \param brsuh Brush data
* \param brush Brush data
*/
void gp_randomize_stroke(bGPDstroke *gps, bGPDbrush *brush)
{