mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
GRIM: Fix typo. Fix #505
This commit is contained in:
parent
cd1eadd190
commit
88ee7ee289
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user