cleanup; added comment

svn-id: r7119
This commit is contained in:
Max Horn 2003-04-25 20:03:00 +00:00
parent 0c933f5c50
commit 5c93732d60
5 changed files with 30 additions and 38 deletions

View file

@ -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);
}