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 4719a26 commit e0dbafe
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 @@ -294,7 +294,7 @@ the base of our shape:

public partial class MyNode2D : Node2D
{
private float[,] coordsHead =
private float[,] _coordsHead =
{
{ 22.952f, 83.271f }, { 28.385f, 98.623f },
{ 53.168f, 107.647f }, { 72.998f, 107.647f },
Expand Down

0 comments on commit e0dbafe

Please sign in to comment.