Skip to content

Fix a possible crash in R_RenderMaskedSegRange

Lactozilla requested to merge fix-masked-seg-crash into next

R_AllocTextureColumnTables wasn't checking if the tables were never allocated, making the renderer later attempt to render midtextures for drawsegs that don't contain actual midtextures.

Merge request reports