floodfill ignore group

This commit is contained in:
NULL511
2024-05-05 00:35:07 -04:00
parent 48ae8597f6
commit ce6993c433
2 changed files with 6 additions and 27 deletions

View File

@ -862,19 +862,14 @@ void main() {
// LPV shapes
case BLOCK_BUTTON:
mixWeight = 0.9;
break;
case BLOCK_CANDLE:
case BLOCK_LPV_IGNORE:
mixWeight = 1.0;
break;
case BLOCK_CARPET:
mixMask = BuildLpvMask(1u, 1u, 1u, 1u, 1u, 0u);
mixWeight = 0.9;
break;
case BLOCK_CHAIN:
mixWeight = 1.0;
break;
case BLOCK_DOOR_N:
mixMask = BuildLpvMask(0u, 1u, 1u, 1u, 1u, 1u);
@ -903,12 +898,6 @@ void main() {
case BLOCK_IRON_BARS:
mixWeight = 0.6;
break;
case BLOCK_LADDER:
mixWeight = 0.7;
break;
case BLOCK_LEVER:
mixWeight = 0.8;
break;
case BLOCK_PRESSURE_PLATE:
mixMask = BuildLpvMask(1u, 1u, 1u, 1u, 1u, 0u);
mixWeight = 0.9;