Skip to content

Commit 0264482

Browse files
authored
-- Color.test()
1 parent 13e88c6 commit 0264482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,6 @@ function Color.test()
357357
print("\tcolor > cmyk\t", table.concat({Color(255, 0, 0, alpha):ToCMYK()}, ", "))
358358
end
359359

360-
Color.test()
360+
-- Color.test()
361361

362362
return Color

0 commit comments

Comments
 (0)