fix: water stripes below raised corners

This commit is contained in:
minjaesong
2024-08-10 12:18:32 +09:00
parent c2b624546b
commit ff4bf42922

View File

@@ -426,7 +426,7 @@ internal object BlocksDrawer {
})
16
else if (bufferY > 0 && tempRenderTypeBuffer[bufferY - 1, bufferX].let {
it.ushr(16) == rawTileNum && it.and(255) < 18
it.ushr(16) == rawTileNum && (it.and(255) < 18 || it.and(255) >= 36)
})
17
else if (fillThis < 0.5f / 16f)