mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix continous update of the remote properties
Remove useless debugger property panel Rename Remote Inspector to Live Scene Tree
This commit is contained in:
parent
e59bb87fb6
commit
1473e23df8
4 changed files with 21 additions and 47 deletions
|
|
@ -67,8 +67,6 @@ class ScriptEditorDebugger : public Control {
|
|||
Button *le_clear;
|
||||
|
||||
Tree *inspect_scene_tree;
|
||||
HSplitContainer *inspect_info;
|
||||
PropertyEditor *inspect_properties;
|
||||
float inspect_scene_tree_timeout;
|
||||
float inspect_edited_object_timeout;
|
||||
ObjectID inspected_object_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue