GRIM: Fix typo. Fix #505

This commit is contained in:
Giulio Camuffo 2012-01-25 21:32:49 +01:00
parent cd1eadd190
commit 88ee7ee289

View File

@ -1060,7 +1060,7 @@ Bitmap *GfxTinyGL::getScreenshot(int w, int h) {
}
void GfxTinyGL::storeDisplay() {
_storedDisplay.copyBuffer(0, 640 * 408, _zb->pbuf);
_storedDisplay.copyBuffer(0, 640 * 480, _zb->pbuf);
}
void GfxTinyGL::copyStoredToDisplay() {