mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-07-03 10:48:27 +00:00
Fix typo
This commit is contained in:
parent
eb312ccb0a
commit
77bb7488cc
|
@ -98,7 +98,7 @@ class ImageTester {
|
||||||
|
|
||||||
#ifdef OUTPUT_DEBUG_IMAGE
|
#ifdef OUTPUT_DEBUG_IMAGE
|
||||||
char dbgfname[256];
|
char dbgfname[256];
|
||||||
snprintf(dbgfname, sizeof(dgbfname), "Debug%s.png", filename);
|
snprintf(dbgfname, sizeof(dbgfname), "Debug%s.png", filename);
|
||||||
::ImageFile imgFile(dbgfname, eFileFormat_PNG, ::Image(w, h, outPixels));
|
::ImageFile imgFile(dbgfname, eFileFormat_PNG, ::Image(w, h, outPixels));
|
||||||
imgFile.Write();
|
imgFile.Write();
|
||||||
#endif // OUTPUT_DEBUG_IMAGE
|
#endif // OUTPUT_DEBUG_IMAGE
|
||||||
|
|
Loading…
Reference in a new issue