Goofy Crosscomp
This commit is contained in:
@@ -573,7 +573,7 @@ void Paint_DrawString(UWORD Xstart, UWORD Ystart, const char * pString,
|
||||
Debug("Width: %d\n", Paint.Width);
|
||||
Debug("Height: %d\n", Paint.Height);
|
||||
|
||||
if (Xstart > Paint.Width || Ystart > Paint.Height) {
|
||||
if (Xstart > 250 || Ystart > 122) {
|
||||
Debug("Paint_DrawString_EN Input exceeds the normal display range\r\n");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user