cleanup; added comment
svn-id: r7119
This commit is contained in:
parent
0c933f5c50
commit
5c93732d60
5 changed files with 30 additions and 38 deletions
|
@ -437,7 +437,7 @@ void OSystem_SDL_OpenGL::update_screen() {
|
|||
|
||||
dst_y *= _scaleFactor;
|
||||
|
||||
_scaler_proc((byte *)_tmpscreen->pixels + (r->x * 2 + 2) + (r->y + 1) * srcPitch, srcPitch, NULL,
|
||||
_scaler_proc((byte *)_tmpscreen->pixels + (r->x * 2 + 2) + (r->y + 1) * srcPitch, srcPitch,
|
||||
(byte *)_hwscreen->pixels + r->x * 2 * _scaleFactor + dst_y * dstPitch, dstPitch, r->w, dst_h);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue