Merge pull request #75455 from archsolar/patch-1

Docs: Fix SurfaceTool example caps typo
This commit is contained in:
Yuri Sizov 2023-05-30 13:57:11 +02:00 committed by GitHub
commit ff47051869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
var st = new SurfaceTool();
st.Begin(Mesh.PrimitiveType.Triangles);
st.SetColor(new Color(1, 0, 0));
st.SetUv(new Vector2(0, 0));
st.SetUV(new Vector2(0, 0));
st.AddVertex(new Vector3(0, 0, 0));
[/csharp]
[/codeblocks]