mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Use new setting in screenshot command too
This commit is contained in:
@@ -605,7 +605,7 @@ int32_t cmdline_for_screenshot(const char** argv, int32_t argc, ScreenshotOption
|
|||||||
CheatsSet(CheatType::RemoveLitter);
|
CheatsSet(CheatType::RemoveLitter);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options->transparent)
|
if (options->transparent || gConfigGeneral.transparent_screenshot)
|
||||||
{
|
{
|
||||||
viewport.flags |= VIEWPORT_FLAG_TRANSPARENT_BACKGROUND;
|
viewport.flags |= VIEWPORT_FLAG_TRANSPARENT_BACKGROUND;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user