diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-28 15:47:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 15:47:52 +0200 |
commit | 6b090e325a49ab9a890700925873f33232d06b2b (patch) | |
tree | d728d3603b7a18c7f33885a48cf47da55fd7b3b0 /modules | |
parent | 8508f9396d2a063885798593c0cef18265b4c87a (diff) | |
parent | 31012fd060117ff9ebdd3b2bf413f5904d2b9ebe (diff) |
Merge pull request #53526 from KoBeWi/super_print
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gdscript/gdscript_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_parser.cpp b/modules/gdscript/gdscript_parser.cpp index 7ddb9b93b4..8cb25e2c03 100644 --- a/modules/gdscript/gdscript_parser.cpp +++ b/modules/gdscript/gdscript_parser.cpp @@ -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 |