mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix #7985: Giant Screenshot ignores 'Map rendering' settings
This commit is contained in:
committed by
Michael Steenbeek
parent
764fdf0648
commit
73345b414b
@@ -253,7 +253,7 @@ void screenshot_giant()
|
||||
viewport.view_width = viewport.width;
|
||||
viewport.view_height = viewport.height;
|
||||
viewport.var_11 = 0;
|
||||
viewport.flags = 0;
|
||||
viewport.flags = vp->flags;
|
||||
|
||||
int32_t centreX = (mapSize / 2) * 32 + 16;
|
||||
int32_t centreY = (mapSize / 2) * 32 + 16;
|
||||
|
||||
Reference in New Issue
Block a user