fb_ng: fix typo in blitBox2FB()

This commit is contained in:
Stefan Seyfried
2016-01-03 17:46:50 +01:00
parent 735448702d
commit 689b2e472a

View File

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