mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
fixed a typo
svn path=/trunk/; revision=25205
This commit is contained in:
@@ -651,7 +651,7 @@ BOOLEAN DIB_16BPP_StretchBlt(SURFOBJ *DestSurf, SURFOBJ *SourceSurf,
|
||||
|
||||
/* Calc the zoom factor of soruce height */
|
||||
SrcZoomYHight = SrcSizeY / DesSizeY;
|
||||
SrcZoomYLow = SrcSizeY - (SrcZoomYHight * SrcSizeY);
|
||||
SrcZoomYLow = SrcSizeY - (SrcZoomYHight * DesSizeY);
|
||||
|
||||
/* Calc the zoom factor of soruce width */
|
||||
SrcZoomXHight = SrcSizeX / DesSizeX;
|
||||
|
||||
Reference in New Issue
Block a user