mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 14:41:34 +00:00
Log screenshot capture
This commit is contained in:
parent
e78886e4cc
commit
66e5415895
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue