BlockSectionDataProvider: remove some dead code

This commit is contained in:
Bixilon 2022-08-21 22:16:03 +02:00
parent c13aba1446
commit ea0ca2aa36
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -297,8 +297,6 @@ class BlockSectionDataProvider(
}
else -> return 14 // WEST->EAST
}
return -1 // Broken("Can not get index for occlusion culling $`in` -> $out!")
}
}
}