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:
committed by
Copybara-Service
parent
2019d42ca6
commit
bb42ff1657
@@ -66,8 +66,8 @@ const char* mjENABLESTRING[mjNENABLE] = {
|
||||
"Override",
|
||||
"Energy",
|
||||
"Fwdinv",
|
||||
"Sensornoise",
|
||||
"InvDiscrete",
|
||||
"Sensornoise",
|
||||
"MultiCCD",
|
||||
"Island"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user