Fix attribute order in mjsDefault.
PiperOrigin-RevId: 626992244 Change-Id: I0755745d2d4a55fbf6c685ad383a5be0842e7984
This commit is contained in:
committed by
Copybara-Service
parent
cc78db41f4
commit
9aa885aa63
+1
-1
@@ -715,8 +715,8 @@ typedef struct _mjsKey { // keyframe specification
|
||||
|
||||
|
||||
typedef struct _mjsDefault { // default specification
|
||||
mjString name; // name
|
||||
mjElement* element; // element type
|
||||
mjString name; // class name
|
||||
mjsJoint* joint; // joint defaults
|
||||
mjsGeom* geom; // geom defaults
|
||||
mjsSite* site; // site defaults
|
||||
|
||||
Reference in New Issue
Block a user