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:
parent
5f068cc91a
commit
ac4a827c3f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user