framebuffer: always blit after RestoreScreen()

This commit is contained in:
Stefan Seyfried
2013-04-21 18:01:50 +02:00
parent 744ed878de
commit 02621c0ce1

View File

@@ -1122,6 +1122,7 @@ void CFrameBuffer::RestoreScreen(int x, int y, int dx, int dy, fb_pixel_t * cons
fbpos += stride;
bkpos += dx;
}
blit();
}
void CFrameBuffer::Clear()