Skip to content

Commit

Permalink
GDScript comment consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
esainane committed Aug 19, 2024
1 parent a28f172 commit f4d6aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/EditorImportPlugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f4d6aff

Please sign in to comment.