Removed some warning messages.

This commit is contained in:
inuyasha 2012-05-18 22:00:51 +00:00
parent 8ec3b19976
commit efeaa89657

View File

@ -332,7 +332,7 @@ RunView::Draw (BRect frame)
FillRect (remains, B_SOLID_LOW);
}
for (int16 i = fLine_count - 1; i >= 0; --i) {
for (int i = fLine_count - 1; i >= 0; --i) {
Line* line (fLines[i]);
if (line->fBottom < frame.top)
break;