shx-3d-render

main
Jan Umbach 2024-06-22 14:00:13 +02:00
parent 0d37c5ad42
commit 2dd880a6d2
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
}
// Sort FilamentList by HSL
const sortedFilamentIDs = Object.keys(FilamentList).sort((a, b) => {
const sortedFilementIDs = Object.keys(FilamentList).sort((a, b) => {
let rgbA = hexToRgb(FilamentList[a].hex);
let hslA = rgbToHsl(...rgbA);
let rgbB = hexToRgb(FilamentList[b].hex);