mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 09:53:50 +00:00
store screenshots in user directory instead of local directory
This commit is contained in:
parent
77201d05bc
commit
9af08ff18d
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ void OMW::Engine::screenshot()
|
||||||
// Count screenshots.
|
// Count screenshots.
|
||||||
int shotCount = 0;
|
int shotCount = 0;
|
||||||
|
|
||||||
const std::string screenshotPath = mCfgMgr.getLocalPath().string();
|
const std::string screenshotPath = mCfgMgr.getUserPath().string();
|
||||||
|
|
||||||
// Find the first unused filename with a do-while
|
// Find the first unused filename with a do-while
|
||||||
std::ostringstream stream;
|
std::ostringstream stream;
|
||||||
|
|
Loading…
Reference in a new issue