mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
Formatting
svn-id: r35173
This commit is contained in:
parent
8f3b2e9b4d
commit
fead4f304f
@ -127,9 +127,8 @@ void DestroyScalers(){
|
||||
*/
|
||||
void Normal1x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch,
|
||||
int width, int height) {
|
||||
/* Spot the case when it can all be done in 1 hit */
|
||||
if (((int)srcPitch == 2*width) && ((int)dstPitch == 2*width))
|
||||
{
|
||||
// Spot the case when it can all be done in 1 hit
|
||||
if (((int)srcPitch == 2 * width) && ((int)dstPitch == 2 * width)) {
|
||||
width *= height;
|
||||
height = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user