SCI: also adjusting bottom/right coordinate of plane rect

svn-id: r47878
This commit is contained in:
Martin Kiewitz 2010-02-04 16:14:59 +00:00
parent 751db2fcf3
commit 7b0b4f5313

View File

@ -140,6 +140,8 @@ void GfxFrameout::kernelFrameout() {
planeRect.top = (planeRect.top * _screen->getHeight()) / planeResY;
planeRect.left = (planeRect.left * _screen->getWidth()) / planeResX;
planeRect.bottom = (planeRect.bottom * _screen->getHeight()) / planeResY;
planeRect.right = (planeRect.right * _screen->getWidth()) / planeResX;
// Fill our itemlist for this plane
itemCount = 0;