From 8f93b14030c4fee71b5264b3015f28a56cc7ab06 Mon Sep 17 00:00:00 2001 From: AmyGilhespy <120238507+AmyGilhespy@users.noreply.github.com> Date: Fri, 9 Dec 2022 23:50:01 -0600 Subject: Fix glyph_flags typo. --- scene/gui/rich_text_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene') diff --git a/scene/gui/rich_text_effect.h b/scene/gui/rich_text_effect.h index 66b8a21760..886442bc80 100644 --- a/scene/gui/rich_text_effect.h +++ b/scene/gui/rich_text_effect.h @@ -79,7 +79,7 @@ public: uint32_t get_glyph_index() const { return glyph_index; }; void set_glyph_index(uint32_t p_glyph_index) { glyph_index = p_glyph_index; }; - uint16_t get_glyph_flags() const { return glyph_index; }; + uint16_t get_glyph_flags() const { return glyph_flags; }; void set_glyph_flags(uint16_t p_glyph_flags) { glyph_flags = p_glyph_flags; }; uint8_t get_glyph_count() const { return glyph_count; }; -- cgit v1.2.3