mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 07:20:54 +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
@ -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…
x
Reference in New Issue
Block a user