Fix culling bug

This commit is contained in:
Miloslav Ciz 2025-02-20 15:57:34 +01:00
parent ff3830cb02
commit dab40e47bc
5 changed files with 29 additions and 9 deletions

2
map.h
View file

@ -800,9 +800,7 @@ void LCR_mapGetBlockShape(uint8_t blockType, uint8_t transform,
case LCR_BLOCK_LEFT:
case LCR_BLOCK_BOTTOM_LEFT:
case LCR_BLOCK_BOTTOM_LEFT_FRONT:
case LCR_BLOCK_LEFT_FRONT:
case LCR_BLOCK_FULL_ACCEL:
case LCR_BLOCK_FULL_FAN:
case LCR_BLOCK_BOTTOM_ACCEL: