Change print_line() to use any number of Variants

This commit is contained in:
kobewi 2021-10-07 15:40:48 +02:00
parent 8afd2171d1
commit 31012fd060
3 changed files with 16 additions and 4 deletions

View file

@ -4496,7 +4496,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