Skip to content

Commit

Permalink
more 1.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Oct 21, 2024
1 parent c9041d3 commit fd21113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/obj.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function _load_mtl!(materials::Dict{String, Dict{String, Any}}, filename::String
"map_ORM" => "occlusion roughness metalness map",
)

path = joinpath(splitpath(filename)[1:end-1])
path = joinpath(splitpath(filename)[1:end-1]...)
open(filename, "r") do file

# Just so the variable is defined
Expand Down

0 comments on commit fd21113

Please sign in to comment.