You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Cache EditorResourcePicker's allowed types
This commit is contained in:
@@ -3797,6 +3797,8 @@ void EditorNode::unregister_editor_types() {
|
||||
if (EditorPaths::get_singleton()) {
|
||||
EditorPaths::free();
|
||||
}
|
||||
|
||||
EditorResourcePicker::clear_caches();
|
||||
}
|
||||
|
||||
void EditorNode::stop_child_process(OS::ProcessID p_pid) {
|
||||
|
||||
Reference in New Issue
Block a user