Fix off by one in segmentation with IDCOLOR documentation

This commit is contained in:
Levi Burner
2022-08-05 11:46:22 -04:00
parent 3a3ca37615
commit eab1f0da7d
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;