mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fb_ng: fix typo in blitBox2FB()
This commit is contained in:
@@ -1242,7 +1242,7 @@ void CFrameBuffer::blitBox2FB(const fb_pixel_t* boxBuf, uint32_t width, uint32_t
|
||||
fbp += swidth;
|
||||
line++;
|
||||
}
|
||||
accel->mark(xoff, yoff, xoff + width, xoff + height);
|
||||
accel->mark(xoff, yoff, xoff + width, yoff + height);
|
||||
|
||||
checkFbArea(xoff, yoff, width, height, false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user