mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore: remove break
(#4963)
This commit is contained in:
parent
5d3fab0fa7
commit
cd368b0a40
@ -219,7 +219,6 @@ static lv_cache_entry_t * draw_to_texture(lv_draw_sdl_unit_t * u)
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
while(dest_layer.draw_task_head) {
|
while(dest_layer.draw_task_head) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user