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

fixed double fix

This commit is contained in:
Mr.Yawnie 2020-07-07 22:20:42 +10:00
parent 5f068cc91a
commit ac4a827c3f

View File

@ -158,9 +158,6 @@ for (const color in enumColors) {
enumColorMixingResults[color][c.white] = c.white;
}
// Black mixed with white is gray
enumColorMixingResults[c.black][c.white] = c.uncolored;
// Anything with uncolored is the same color
enumColorMixingResults[color][c.uncolored] = color;
}