Fixed the uint to uint32_t to build on Windows.

This commit is contained in:
Michael J. Manley
2024-11-30 18:50:02 -08:00
parent 6386a308a7
commit f939ee6b7f

View File

@@ -190,7 +190,7 @@ private:
for (int y = 0; y < h; y++)
{
unsigned char *data = buffer_data + y*3*buffer.GetWidth();
uint old_addr = addr;
uint32_t old_addr = addr;
addr += y_offset * offset;