mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
guh
This commit is contained in:
parent
c9891a3e87
commit
1471e49f8b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function temperature(value, units){
|
||||||
return `${Math.floor(modifiers[units](value))}${units}`
|
return `${Math.floor(modifiers[units](value))}${units}`
|
||||||
}
|
}
|
||||||
|
|
||||||
function getUvIndex(value){
|
function getUvIndex(i){
|
||||||
switch(i){
|
switch(i){
|
||||||
case i <= 2:
|
case i <= 2:
|
||||||
return "uv_index_0"
|
return "uv_index_0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue