Skip to content

gl: Avoid a crash in the texture library

Matthias Clasen requested to merge texture-atlas-crash into main

entry->texture can be NULL, so check before using it.

Fixes: #5175 (closed)

Merge request reports