ugfx_release_2.6
Joel Bodenmann 2014-05-06 17:14:30 +02:00
parent 9698f0a743
commit c2e93ebcfb
1 changed files with 1 additions and 1 deletions

View File

@ -1415,7 +1415,7 @@ void gdispGBlitArea(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, c
if (full & 0x30) { g->p.x = x-a; g->p.y = y+b; drawpixel_clip(g); }
if (full == 0xFF) {
autoflush(g);
MUTEX_EXIT();
MUTEX_EXIT(g);
return;
}
}