fix color-schemes lookup per new folder structure

nix
Ted Moore 4 years ago
parent f4d61c4462
commit 6d796b6329

@ -288,7 +288,7 @@ FluidWaveformImageLayer {
loadColorFile {
arg filename;
^CSVFileReader.readInterpret(FluidFilesPath("../Resources/color-schemes/%.csv".format(filename))).collect{
^CSVFileReader.readInterpret(FluidFilesPath("../color-schemes/%.csv".format(filename))).collect{
arg row;
Color.fromArray(row);
}

Loading…
Cancel
Save