From f4d6aff64a89dfc1e296518a4f9cec2dd6638c36 Mon Sep 17 00:00:00 2001 From: Sai Nane Date: Mon, 19 Aug 2024 08:14:31 +0000 Subject: [PATCH] GDScript comment consistency --- doc/classes/EditorImportPlugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorImportPlugin.xml b/doc/classes/EditorImportPlugin.xml index 205bf42dda8d..66f76ce969fb 100644 --- a/doc/classes/EditorImportPlugin.xml +++ b/doc/classes/EditorImportPlugin.xml @@ -256,7 +256,7 @@ export_image_file.store_buffer(FileAccess.get_file_as_bytes("res://game/my_icon.png")) export_image_file.close() - # Refresh view of exported file. + # Ensure file visibility for ResourceLoader later. var editor_file_system: EditorFileSystem = EditorInterface.get_resource_filesystem() editor_file_system.update_file(textures_folder) editor_file_system.update_file(export_path)