Rename "facetexcoord" to "elemtexcoord" in mjsFlex element for consistency.

PiperOrigin-RevId: 734153759
Change-Id: Ic17d7c8a6e53fba04da511d405c815a723c5e55b
This commit is contained in:
Alessio Quaglino
2025-03-06 08:27:26 -08:00
committed by Copybara-Service
parent 37d6d7792a
commit e04e0e5c3d
12 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -10488,11 +10488,11 @@ STRUCTS: Mapping[str, StructDecl] = dict([
doc='vertex texture coordinates',
),
StructFieldDecl(
name='facetexcoord',
name='elemtexcoord',
type=PointerType(
inner_type=ValueType(name='mjIntVec'),
),
doc='face texture coordinates',
doc='element texture coordinates',
),
StructFieldDecl(
name='info',