9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 10:09:14 +00:00
This commit is contained in:
Vatuu
2022-09-26 01:09:08 +02:00
committed by Brian Fopiano
parent afa8fad8e9
commit f533ec34b0

View File

@@ -77,7 +77,7 @@ public class IrisSurfaceDecorator extends IrisEngineDecorator {
((Bisected) bd).setHalf(Bisected.Half.BOTTOM);
}
if(!B.isAir(data.get(x, height + 1, z))) {
if(B.isAir(data.get(x, height + 1, z))) {
data.set(x, height + 1, z, fixFaces(bd, x, height + 1, z));
}
} else {