fixed an issue with path resolution
This commit is contained in:
parent
fcaf9dff75
commit
a6323122ba
@ -32,7 +32,7 @@ do
|
||||
pt[#pt+1] = P
|
||||
end
|
||||
for i = 2, #pt do
|
||||
spt=spt..pt[i]
|
||||
spt=spt.."/"..pt[i]
|
||||
end
|
||||
return pt, pt[1], spt
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user