mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 20:36:40 +00:00
Merge branch 'log-screenshot-capture' into 'master'
Log screenshot capture See merge request OpenMW/openmw!2521
This commit is contained in:
commit
a00382d6cc
1 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue