Rename Node's filename property to scene_file_path for clarity
This commit is contained in:
parent
bc0f5d3dde
commit
570cdc128f
19 changed files with 141 additions and 141 deletions
|
|
@ -1238,7 +1238,7 @@ void ScriptEditorDebugger::update_live_edit_root() {
|
|||
Array msg;
|
||||
msg.push_back(np);
|
||||
if (editor->get_edited_scene()) {
|
||||
msg.push_back(editor->get_edited_scene()->get_filename());
|
||||
msg.push_back(editor->get_edited_scene()->get_scene_file_path());
|
||||
} else {
|
||||
msg.push_back("");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue