You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Change print_line() to use any number of Variants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user