mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-07 04:49:38 +01:00
(svn r7669) -Backport from trunk (r7556):
- screenshot no_con didn't remove console from screenshot.
This commit is contained in:
parent
737220f39c
commit
953fc9e196
@ -561,6 +561,7 @@ bool MakeScreenshot(void)
|
|||||||
switch (current_screenshot_type) {
|
switch (current_screenshot_type) {
|
||||||
case SC_VIEWPORT:
|
case SC_VIEWPORT:
|
||||||
UndrawMouseCursor();
|
UndrawMouseCursor();
|
||||||
|
DrawDirtyBlocks();
|
||||||
current_screenshot_type = SC_NONE;
|
current_screenshot_type = SC_NONE;
|
||||||
return MakeSmallScreenshot();
|
return MakeSmallScreenshot();
|
||||||
case SC_WORLD:
|
case SC_WORLD:
|
||||||
|
Loading…
Reference in New Issue
Block a user