1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

fixed black + white = gray and not white

This commit is contained in:
Mr.Yawnie 2020-07-07 19:03:21 +10:00
parent e2d22e7386
commit 3a86ef63f4

View File

@ -155,7 +155,7 @@ for (const color in enumColors) {
// Anything with white is white again
enumColorMixingResults[color][c.white] = c.white;
// Black mixed with white is gray
enumColorMixingResults[c.black][c.white] = c.uncolored;