This commit is contained in:
asiekierka 2015-01-10 16:50:58 +01:00
parent 9db83e3a83
commit f7601c4564

View file

@ -61,7 +61,7 @@ public class FacadePluggable extends PipePluggable {
}
public boolean isHollow() {
return states == null ? renderAsHollow : !states[0].hollow;
return states == null ? renderAsHollow : states[0].hollow;
}
public Block getRenderingBlock() { return block; }