mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
suppress useless print
This commit is contained in:
@@ -613,7 +613,7 @@ int GAL_UpperBlit (GAL_Surface *src, GAL_Rect *srcrect,
|
||||
}
|
||||
|
||||
if (w <= 0 || h <= 0) {
|
||||
_WRN_PRINTF("destrect clipped\n");
|
||||
_DBG_PRINTF("destrect clipped\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user