diff --git a/src/newgal/video.c b/src/newgal/video.c index 5d889a1d..b465ae0b 100644 --- a/src/newgal/video.c +++ b/src/newgal/video.c @@ -931,6 +931,8 @@ BOOL GAL_SyncUpdate (GAL_Surface *surface) if (this->SyncUpdate) { rc = this->SyncUpdate (this); } + + _DBG_PRINTF ("%d rects updated\n", numrects); } EmptyClipRgn (&surface->update_region);