1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Use new setting in screenshot command too

This commit is contained in:
Hielke Morsink
2019-05-30 17:21:43 +02:00
parent 5418eb6e34
commit e2d7b2cf03

View File

@@ -605,7 +605,7 @@ int32_t cmdline_for_screenshot(const char** argv, int32_t argc, ScreenshotOption
CheatsSet(CheatType::RemoveLitter);
}
if (options->transparent)
if (options->transparent || gConfigGeneral.transparent_screenshot)
{
viewport.flags |= VIEWPORT_FLAG_TRANSPARENT_BACKGROUND;
}