mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 14:01:15 -04:00
Log screenshot capture
This commit is contained in:
parent
e78886e4cc
commit
66e5415895
@ -124,7 +124,10 @@ namespace SceneUtil
|
|||||||
if (fileName.empty())
|
if (fileName.empty())
|
||||||
mCallback("Failed to save screenshot");
|
mCallback("Failed to save screenshot");
|
||||||
else
|
else
|
||||||
|
{
|
||||||
mCallback(Files::pathToUnicodeString(fileName) + " has been saved");
|
mCallback(Files::pathToUnicodeString(fileName) + " has been saved");
|
||||||
|
Log(Debug::Info) << mScreenshotPath / fileName << " has been saved";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AsyncScreenCaptureOperation::AsyncScreenCaptureOperation(
|
AsyncScreenCaptureOperation::AsyncScreenCaptureOperation(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user