1
0
Fork 0

(svn r7669) -Backport from trunk (r7556):

- screenshot no_con didn't remove console from screenshot.
release/0.5
Darkvater 2006-12-30 23:12:05 +00:00
parent 737220f39c
commit 953fc9e196
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ bool MakeScreenshot(void)
switch (current_screenshot_type) {
case SC_VIEWPORT:
UndrawMouseCursor();
DrawDirtyBlocks();
current_screenshot_type = SC_NONE;
return MakeSmallScreenshot();
case SC_WORLD: