MSA-1643: table light

This commit is contained in:
Mihail
2016-12-08 15:54:22 -08:00
parent 0a82077b24
commit d244af5d6d

View File

@@ -1786,5 +1786,4 @@ def hsvToHex(hue, sat, value = 100){
def b1 = String.format("%02X", (int) (b * 255.0f))
return "#$r1$g1$b1"
}
}