mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Make conversions from NodePath
to String
explicit.
This commit is contained in:
parent
51b0379e55
commit
e2931a5c19
39 changed files with 99 additions and 99 deletions
|
@ -1531,7 +1531,7 @@ void ScriptEditorDebugger::update_live_edit_root() {
|
|||
msg.push_back("");
|
||||
}
|
||||
_put_msg("scene:live_set_root", msg);
|
||||
live_edit_root->set_text(np);
|
||||
live_edit_root->set_text(String(np));
|
||||
}
|
||||
|
||||
void ScriptEditorDebugger::live_debug_create_node(const NodePath &p_parent, const String &p_type, const String &p_name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue