Add the ability to change the screenshot folder at runtime (#1172)

This commit is contained in:
Alexander Bock
2020-11-16 14:22:56 +01:00
parent 73d920d40d
commit 8d7300a242
4 changed files with 34 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ struct WindowDelegate {
Frustum (*frustumMode)() = []() { return Frustum::Mono; };
uint64_t (*swapGroupFrameNumber)() = []() { return uint64_t(0); };
void (*setScreenshotFolder)(std::string) = [](std::string) {};
};
} // namespace openspace