BSP Builder|Refactor: Dynamically attach BspHEdgeInfo to HEdge during the build
Rather than storing this data directly in HEdge we now dynamically attach it during the BSP build process. Once the BSP has been built this memory is then free'd back to the Zone.
This isn't ideal design wise but it'll do for now.
BSP Builder|Refactor: Dynamically attach BspHEdgeInfo to HEdge during the build
Rather than storing this data directly in HEdge we now dynamically
attach it during the BSP build process. Once the BSP has been built
this memory is then free'd back to the Zone.
This isn't ideal design wise but it'll do for now.