diff --git a/screenshot.c b/screenshot.c index ac5109ced9..503c78a5c0 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: