1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-28 23:39:43 +00:00

Log screenshot capture

This commit is contained in:
AnyOldName3 2022-11-22 19:26:28 +00:00
parent e78886e4cc
commit 66e5415895

View file

@ -124,7 +124,10 @@ namespace SceneUtil
if (fileName.empty())
mCallback("Failed to save screenshot");
else
{
mCallback(Files::pathToUnicodeString(fileName) + " has been saved");
Log(Debug::Info) << mScreenshotPath / fileName << " has been saved";
}
}
AsyncScreenCaptureOperation::AsyncScreenCaptureOperation(