mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #53526 from KoBeWi/super_print
This commit is contained in:
commit
6b090e325a
3 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue