Fix for console & info clipping text too early
D845 from @donfabio
This commit is contained in:
@@ -155,7 +155,7 @@ static int console_draw_string(ConsoleDrawContext *cdc, const char *str, int str
|
||||
MEM_freeN(offsets);
|
||||
return 1;
|
||||
}
|
||||
else if (y_next - cdc->lheight < cdc->ymin) {
|
||||
else if (y_next < cdc->ymin) {
|
||||
/* have not reached the drawable area so don't break */
|
||||
cdc->xy[1] = y_next;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user