shx-3d-render

main
Jan Umbach 2024-06-21 21:38:34 +02:00
parent cab53ef076
commit e9127cabbe
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
options = {...FilamentList}; options = {...FilamentList};
} else for(let i = 0; i < colorWhiteList.length; i++) { } else for(let i = 0; i < colorWhiteList.length; i++) {
if(FilamentList[colorWhiteList[i]]) { if(FilamentList[colorWhiteList[i]]) {
options[i] = FilamentList[colorWhiteList[i]]; options[colorWhiteList[i]] = FilamentList[colorWhiteList[i]];
} else { } else {
console.error("Color not found in FilamentList", colorWhiteList[i]); console.error("Color not found in FilamentList", colorWhiteList[i]);
} }