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
commit 6b090e325a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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