mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix Clear Inheritance error
This commit is contained in:
parent
816ec99355
commit
766b45bdd9
5 changed files with 51 additions and 30 deletions
|
|
@ -219,6 +219,7 @@ public:
|
|||
void set_edited_scene_live_edit_root(const NodePath &p_root);
|
||||
NodePath get_edited_scene_live_edit_root();
|
||||
bool check_and_update_scene(int p_idx);
|
||||
bool reload_scene_from_memory(int p_idx, bool p_mark_unsaved);
|
||||
void move_edited_scene_to_index(int p_idx);
|
||||
|
||||
bool call_build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue