Refresh the filesystem tab when exporting a new GLTF file

This commit is contained in:
Hakim 2023-06-10 22:53:06 +02:00
parent 37d1dfef9d
commit 1fb1dd3248
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ void SceneExporterGLTFPlugin::_gltf2_dialog_action(String p_file) {
if (err != OK) {
ERR_PRINT(vformat("glTF2 save scene error %s.", itos(err)));
}
EditorFileSystem::get_singleton()->scan_changes();
}
void SceneExporterGLTFPlugin::convert_scene_to_gltf2() {