mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
SCI: dont clip plane during frameout.cpp
disables scrolling capability (regression of r51615) svn-id: r51697
This commit is contained in:
parent
44f12117f2
commit
65e215628d
@ -227,7 +227,6 @@ void GfxFrameout::kernelFrameout() {
|
||||
planeRect.left = (planeRect.left * screenRect.width()) / scriptsRunningWidth;
|
||||
planeRect.bottom = (planeRect.bottom * screenRect.height()) / scriptsRunningHeight;
|
||||
planeRect.right = (planeRect.right * screenRect.width()) / scriptsRunningWidth;
|
||||
planeRect.clip(screenRect); // we need to do this, at least in gk1 on cemetary we get bottom right -> 201, 321
|
||||
|
||||
int16 planeOffsetX = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user