mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
SCI: fixing stupid typo
svn-id: r51533
This commit is contained in:
parent
cc575359df
commit
9deb52fba6
@ -666,7 +666,7 @@ void GfxView::drawScaled(const Common::Rect &rect, const Common::Rect &clipRect,
|
||||
}
|
||||
pixelNo--;
|
||||
scaledPixelNo++;
|
||||
for (; scaledPixelNo < scaledWidth; scaledPixelNo++)
|
||||
for (; scaledPixelNo < scaledHeight; scaledPixelNo++)
|
||||
scalingY[scaledPixelNo] = pixelNo - 1;
|
||||
|
||||
// Create width scaling table
|
||||
|
Loading…
x
Reference in New Issue
Block a user