Track authored flags for global attributes
PiperOrigin-RevId: 931585539 Change-Id: Ifdc8c59de6c5a553daf6e0af09d8192aff6b0610
This commit is contained in:
committed by
Copybara-Service
parent
0ea9c7cb3a
commit
67a1ea6dca
@@ -44,7 +44,7 @@ class mjXReader : public mjXBase {
|
||||
|
||||
// XML sections embedded in all formats
|
||||
static void Compiler(tinyxml2::XMLElement* section, mjSpec* s); // compiler section
|
||||
static void Option(tinyxml2::XMLElement* section, mjOption* opt); // option section
|
||||
static void Option(tinyxml2::XMLElement* section, mjSpec* s, mjOption* opt); // option section
|
||||
static void Size(tinyxml2::XMLElement* section, mjSpec* s); // size section
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user