1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add missing / for center tag in __print_line_rich

This commit is contained in:
Cyril B.
2025-03-29 20:21:31 +01:00
parent ba3482926d
commit de5c1f9707

View File

@@ -148,7 +148,7 @@ void __print_line_rich(const String &p_string) {
output += "";
} else if (tag == "center") {
output += "\n\t\t\t";
} else if (tag == "center") {
} else if (tag == "/center") {
output += "";
} else if (tag == "right") {
output += "\n\t\t\t\t\t\t";