Merge pull request #910 from VolmitSoftware/Development

Hotfix
This commit is contained in:
Brian Fopiano 2022-09-25 16:43:11 -07:00 committed by GitHub
commit 8331cbe375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {