Skip to content

Fix a OpenGL backend DeleteTexture crash (Fixes #499)

Hannu Hanhi requested to merge Hannu_Hanhi/SRB2:gl-deletetexture-fix into next

Fix a crash in DeleteTexture by handling cases where the head or tail (or both) of the linked list is being deleted.

Merge request reports