Fix order of enable flag strings. Before this change, using the UI to toggle the "InvDiscrete" and "Sensornoise" flags would toggle the opposite flag.

PiperOrigin-RevId: 618658133
Change-Id: I35d4b9da2fdf68fed24efd518a30af60d3a806eb
This commit is contained in:
Yuval Tassa
2024-03-24 13:12:24 -07:00
committed by Copybara-Service
parent 2019d42ca6
commit bb42ff1657
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -66,8 +66,8 @@ const char* mjENABLESTRING[mjNENABLE] = {
"Override",
"Energy",
"Fwdinv",
"Sensornoise",
"InvDiscrete",
"Sensornoise",
"MultiCCD",
"Island"
};