mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix text shadow outline draw batching.
This commit is contained in:
parent
15ff450680
commit
7397e33cc9
4 changed files with 40 additions and 28 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue