summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--screenshot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screenshot.c b/screenshot.c
index ac5109ced..503c78a5c 100644
--- a/screenshot.c
+++ b/screenshot.c
@@ -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: