Remove texture canonicalization on global file name.
This commit is contained in:
parent
ed37f930aa
commit
10a2cd19d1
@ -115,9 +115,6 @@ bool SlangPreset::load_preset_file(string filename)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto &texture : textures)
|
|
||||||
canonicalize(texture.filename, conf.textures_filename);
|
|
||||||
|
|
||||||
gather_parameters();
|
gather_parameters();
|
||||||
|
|
||||||
for (auto &p : parameters)
|
for (auto &p : parameters)
|
||||||
|
Loading…
Reference in New Issue
Block a user