diff --git a/PVRTCEncoder/src/Image.cpp b/PVRTCEncoder/src/Image.cpp index 4108340..d63b084 100644 --- a/PVRTCEncoder/src/Image.cpp +++ b/PVRTCEncoder/src/Image.cpp @@ -308,7 +308,7 @@ void Image::DebugOutput(const char *filename) const { } } - ::Image img(m_Height, m_Width, outPixels); + ::Image img(m_Width, m_Height, outPixels); char debugFilename[256]; snprintf(debugFilename, sizeof(debugFilename), "%s.png", filename);