chore(draw): fix typo (#4944)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2023-12-11 19:48:24 +08:00
committed by GitHub
parent b838dc75ee
commit 1537258c5f
+1 -1
View File
@@ -91,7 +91,7 @@ typedef struct _lv_draw_task_t {
* Set to which extent `preferred_draw_unit_id` is good at this task.
* 80: means 20% better (faster) than software rendering
* 100: the default value
* 110: means 10% better (faster) than software rendering
* 110: means 10% worse (slower) than software rendering
*/
uint8_t preference_score;