From e0dbafe6267da84a1549f8a7c3cf8cb78552aec1 Mon Sep 17 00:00:00 2001 From: Jaime Crespo Date: Wed, 20 Dec 2023 12:58:54 +0100 Subject: [PATCH] Update tutorials/2d/custom_drawing_in_2d.rst Co-authored-by: Raul Santos --- tutorials/2d/custom_drawing_in_2d.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/2d/custom_drawing_in_2d.rst b/tutorials/2d/custom_drawing_in_2d.rst index 759fa2ce383a..d4a42c29cdf0 100644 --- a/tutorials/2d/custom_drawing_in_2d.rst +++ b/tutorials/2d/custom_drawing_in_2d.rst @@ -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 },