diff --git a/graph.cpp b/graph.cpp index ad45add5..a070742d 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3857,7 +3857,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { int flooralpha = 255; #if CAP_EDIT - if((cmode & sm::DRAW) && mapeditor::drawcell && mapeditor::drawcellShapeGroup() == mapeditor::sgFloor) + if((cmode & sm::DRAW) && mapeditor::drawcell && mapeditor::drawcellShapeGroup() == mapeditor::sgFloor && texture::config.tstate != texture::tsActive) flooralpha = 0xC0; #endif