shx-3d-render
parent
cab53ef076
commit
e9127cabbe
|
@ -178,7 +178,7 @@
|
|||
options = {...FilamentList};
|
||||
} else for(let i = 0; i < colorWhiteList.length; i++) {
|
||||
if(FilamentList[colorWhiteList[i]]) {
|
||||
options[i] = FilamentList[colorWhiteList[i]];
|
||||
options[colorWhiteList[i]] = FilamentList[colorWhiteList[i]];
|
||||
} else {
|
||||
console.error("Color not found in FilamentList", colorWhiteList[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue