mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
ACCESS: Fix graphic glitch when scrolling up
This commit is contained in:
parent
148eb972ab
commit
ec70f3feaf
@ -719,7 +719,7 @@ scrollUp:
|
||||
// Scroll up
|
||||
if (scrollUp()) {
|
||||
_scrollEnd = 4;
|
||||
_vm->_screen->_scrollY = TILE_HEIGHT;
|
||||
_vm->_screen->_scrollY &= TILE_HEIGHT;
|
||||
_scrollFlag = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user