revert accidently renaming of m_depthvalues4

This commit is contained in:
Erwin Coumans
2016-08-12 13:55:37 -07:00
parent 4abe083388
commit c75bebcafe
5 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ struct b3CameraImageData
int m_pixelWidth;
int m_pixelHeight;
const unsigned char* m_rgbColorData;//3*m_pixelWidth*m_pixelHeight bytes
const float* m_depthValues4;//m_pixelWidth*m_pixelHeight floats
const float* m_depthValues;//m_pixelWidth*m_pixelHeight floats
const int* m_segmentationMaskValues;//m_pixelWidth*m_pixelHeight ints
};