Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTallet committed Jul 29, 2024
1 parent f37258b commit 7dc1272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/universal_importer/import.rb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def fix_external_tex_in_inter_mtl
end
end

# @todo if texture not found and "Claim missing textures" option is On, ask user.
# @todo If texture not found and "Claim missing textures" option is On, ask user.

if !found_texture_path.nil?
texture_link_path = File.join(@source_dir, "uir-#{texture_basename}")
Expand Down

0 comments on commit 7dc1272

Please sign in to comment.