mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 20:43:47 +00:00
Why is this signed?
This commit is contained in:
parent
6738df64f4
commit
d3afd51b3d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ImageLoader {
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
const uint8 *const m_RawData;
|
const uint8 *const m_RawData;
|
||||||
const int32 m_NumRawDataBytes;
|
const uint32 m_NumRawDataBytes;
|
||||||
uint8 *m_PixelData;
|
uint8 *m_PixelData;
|
||||||
|
|
||||||
uint32 m_Width;
|
uint32 m_Width;
|
||||||
|
|
Loading…
Reference in a new issue