Merge pull request #428 from aftersomemath:segmentation-doc-fix

PiperOrigin-RevId: 465644599
Change-Id: I5f3c0ef5d52935906e73035c371345f936e062ea
This commit is contained in:
Copybara-Service
2022-08-05 14:11:08 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -873,7 +873,7 @@ mjtRndFlag
mjRND_FOG, // fog
mjRND_HAZE, // haze
mjRND_SEGMENT, // segmentation with random color
mjRND_IDCOLOR, // segmentation with segid color
mjRND_IDCOLOR, // segmentation with segid+1 color
mjNRNDFLAG // number of rendering flags
} mjtRndFlag;
+1 -1
View File
@@ -133,7 +133,7 @@ typedef enum mjtRndFlag_ { // flags enabling rendering effects
mjRND_FOG, // fog
mjRND_HAZE, // haze
mjRND_SEGMENT, // segmentation with random color
mjRND_IDCOLOR, // segmentation with segid color
mjRND_IDCOLOR, // segmentation with segid+1 color
mjNRNDFLAG // number of rendering flags
} mjtRndFlag;