You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Store panels and docks singletons in their own classes
This commit is contained in:
@@ -4967,7 +4967,7 @@ public:
|
||||
}
|
||||
|
||||
void _open_inspector(RES p_resource) {
|
||||
EditorNode::get_singleton()->get_inspector()->edit(p_resource.ptr());
|
||||
InspectorDock::get_inspector_singleton()->edit(p_resource.ptr());
|
||||
}
|
||||
|
||||
bool updating;
|
||||
|
||||
Reference in New Issue
Block a user