Skip to content

Commit

Permalink
Update tutorials/2d/custom_drawing_in_2d.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Raul Santos <raulsntos@gmail.com>
  • Loading branch information
jynus and raulsntos authored Dec 20, 2023
1 parent b9d38e7 commit db89bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/2d/custom_drawing_in_2d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ changing the width of its mouth line follow a sinusoidal (:ref:`sin<class_@globa
public override void _Draw()
{
...
DrawPolyline( mouth, white, mouthWidth);
DrawPolyline(_mouth, white, _mouthWidth);
...
}

Expand Down

0 comments on commit db89bec

Please sign in to comment.