mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +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;
|
fbp += swidth;
|
||||||
line++;
|
line++;
|
||||||
}
|
}
|
||||||
accel->mark(xoff, yoff, xoff + width, xoff + height);
|
accel->mark(xoff, yoff, xoff + width, yoff + height);
|
||||||
|
|
||||||
checkFbArea(xoff, yoff, width, height, false);
|
checkFbArea(xoff, yoff, width, height, false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user