mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Whitespace
svn-id: r17690
This commit is contained in:
parent
d9bb4aae1d
commit
35c675e2d2
@ -787,7 +787,7 @@ void OSystem_SDL::copyRectToScreen(const byte *src, int pitch, int x, int y, int
|
||||
|
||||
byte *dst = (byte *)_screen->pixels + y * _screenWidth + x;
|
||||
|
||||
if (_screenWidth==pitch && pitch == w) {
|
||||
if (_screenWidth == pitch && pitch == w) {
|
||||
memcpy(dst, src, h*w);
|
||||
} else {
|
||||
do {
|
||||
|
Loading…
x
Reference in New Issue
Block a user