You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Import settings inspector is cleared when opened
This commit is contained in:
@@ -529,6 +529,8 @@ void SceneImportSettings::open_settings(const String &p_path) {
|
||||
|
||||
base_viewport->add_child(scene);
|
||||
|
||||
inspector->edit(nullptr);
|
||||
|
||||
if (first_aabb) {
|
||||
contents_aabb = AABB(Vector3(-1, -1, -1), Vector3(2, 2, 2));
|
||||
first_aabb = false;
|
||||
|
||||
Reference in New Issue
Block a user