Skip to content

Commit cc04607

Browse files
authored
Remove duplicate x and y component definitions from translation
Removed duplicate x and y component definitions from PVector_set_ translation.
1 parent a073d0d commit cc04607

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/references/translations/es/processing/PVector_set_.es.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@
2525
"description": "the z component of the vector",
2626
"type": ["float"]
2727
},
28-
{
29-
"name": "x",
30-
"description": "the x component of the vector",
31-
"type": ["float"]
32-
},
33-
{
34-
"name": "y",
35-
"description": "the y component of the vector",
36-
"type": ["float"]
37-
},
3828
{
3929
"name": "v",
4030
"description": "any variable of type PVector",

0 commit comments

Comments
 (0)