Fix text shadow outline draw batching.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-02 18:38:19 +02:00
parent 15ff450680
commit 7397e33cc9
4 changed files with 40 additions and 28 deletions

View file

@ -45,6 +45,7 @@ class RichTextLabel : public Control {
enum RTLDrawStep {
DRAW_STEP_BACKGROUND,
DRAW_STEP_SHADOW_OUTLINE,
DRAW_STEP_SHADOW,
DRAW_STEP_OUTLINE,
DRAW_STEP_TEXT,