mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-09 15:15:38 +00:00
Fix bug with debug images
This commit is contained in:
parent
1115c2f9e4
commit
9f6e6e7233
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue