mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
fix: water stripes below raised corners
This commit is contained in:
@@ -426,7 +426,7 @@ internal object BlocksDrawer {
|
|||||||
})
|
})
|
||||||
16
|
16
|
||||||
else if (bufferY > 0 && tempRenderTypeBuffer[bufferY - 1, bufferX].let {
|
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
|
17
|
||||||
else if (fillThis < 0.5f / 16f)
|
else if (fillThis < 0.5f / 16f)
|
||||||
|
|||||||
Reference in New Issue
Block a user