You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix uninitialised member variable 'meta_hovering' in RichTextLabel
This commit is contained in:
@@ -2336,6 +2336,7 @@ RichTextLabel::RichTextLabel() {
|
||||
tab_size = 4;
|
||||
default_align = ALIGN_LEFT;
|
||||
underline_meta = true;
|
||||
meta_hovering = NULL;
|
||||
override_selected_font_color = false;
|
||||
|
||||
scroll_visible = false;
|
||||
|
||||
Reference in New Issue
Block a user