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

Merge pull request #53526 from KoBeWi/super_print

This commit is contained in:
Rémi Verschelde
2021-10-28 15:47:52 +02:00
committed by GitHub
3 changed files with 16 additions and 4 deletions

View File

@@ -4533,7 +4533,7 @@ void GDScriptParser::TreePrinter::print_tree(const GDScriptParser &p_parser) {
}
print_class(p_parser.get_tree());
print_line(printed);
print_line(String(printed));
}
#endif // DEBUG_ENABLED