mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-04-17 23:41:54 +00:00
Fix typo
This commit is contained in:
parent
eb312ccb0a
commit
77bb7488cc
|
@ -98,7 +98,7 @@ class ImageTester {
|
|||
|
||||
#ifdef OUTPUT_DEBUG_IMAGE
|
||||
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));
|
||||
imgFile.Write();
|
||||
#endif // OUTPUT_DEBUG_IMAGE
|
||||
|
|
Loading…
Reference in a new issue