Merge pull request #425 from aftersomemath:cull-face-flag

PiperOrigin-RevId: 466904386
Change-Id: Icd5515c2bbb8f8f3417501ea43c8e5ae22b32f91
This commit is contained in:
Copybara-Service
2022-08-11 02:44:37 -07:00
7 changed files with 16 additions and 5 deletions
+2 -1
View File
@@ -101,7 +101,8 @@ const char* mjRNDSTRING[mjNRNDFLAG][3] = {
{"Fog", "0", "G"},
{"Haze", "1", "/"},
{"Segment", "0", ","},
{"Id Color", "0", "."}
{"Id Color", "0", "."},
{"Cull Face", "1", ""}
};