You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Unify TextServer built-in module and GDExtension code.
This commit is contained in:
@@ -392,7 +392,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, const Array &p_da
|
||||
stack_dump_info.push_back(d);
|
||||
s->set_metadata(0, d);
|
||||
|
||||
String line = itos(i) + " - " + String(d["file"]) + ":" + itos(d["line"]) + " - at function: " + d["function"];
|
||||
String line = itos(i) + " - " + String(d["file"]) + ":" + itos(d["line"]) + " - at function: " + String(d["function"]);
|
||||
s->set_text(0, line);
|
||||
|
||||
if (i == 0) {
|
||||
|
||||
Reference in New Issue
Block a user