Why is this signed?

This commit is contained in:
Pavel Krajcevski 2014-03-12 19:26:28 -04:00
parent 6738df64f4
commit d3afd51b3d

View file

@ -53,7 +53,7 @@ class ImageLoader {
protected:
const uint8 *const m_RawData;
const int32 m_NumRawDataBytes;
const uint32 m_NumRawDataBytes;
uint8 *m_PixelData;
uint32 m_Width;