Skip to content

dc_texheight must be (INT64) to prevent overflow and rendering softlock

SSNTails requested to merge SSNTails/SRB2:fix_softlock into next

srb20000

This area in GFZ1 will softlock. This is due to dc_texheight not being properly upcasted to an INT64 to check for overflow.

Merge request reports