diff --git a/src/driver/fb_accel.cpp b/src/driver/fb_accel.cpp index ba8e052ce..9f3674780 100644 --- a/src/driver/fb_accel.cpp +++ b/src/driver/fb_accel.cpp @@ -72,7 +72,7 @@ void CFbAccel::paintBoxRel(const int x, const int y, const int dx, const int dy, line++; continue; } - paintLine(x + ofl, y + line, x + dx - ofr, y + line, col); + paintHLineRelInternal(x + ofl, dx - ofl - ofr, y + line, col); line++; } checkFbArea(x, y, dx, dy, false);