gordon-cs / JES4py

Other
7 stars 3 forks source link

pickAColor erroneously made color tuple of strings; should be ints #81

Closed jsenning closed 3 years ago

jsenning commented 3 years ago

Previous work to fix pickAColor() introduced a bug where color values were stored as strings not ints. this PR fixes that problem.