Skip to content

Commit 6db42bd

Browse files
authored
Update colors.js
1 parent e2d22e7 commit 6db42bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/game/colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ for (const color in enumColors) {
155155

156156
// Anything with white is white again
157157
enumColorMixingResults[color][c.white] = c.white;
158-
158+
159159
// Black mixed with white is gray
160160
enumColorMixingResults[c.black][c.white] = c.uncolored;
161161

0 commit comments

Comments
 (0)