don't edit this
This commit is contained in:
parent
908d89d3ad
commit
9e4a95847d
|
|
@ -4862,7 +4862,7 @@
|
|||
else if (currentElement == "mix") {
|
||||
if (!isEmpty(x,y,true)) {
|
||||
var pixel = pixelMap[x][y];
|
||||
if (pixel.element != "fire" & pixel.element != "smoke" || shiftDown) {
|
||||
if ((pixel.element != "fire" && pixel.element != "smoke") || shiftDown) {
|
||||
mixList.push(pixel);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue