Skip to content

shaped-texture: Use actual texture if tower returned NULL

The texture tower can return no texture e.g. if the calculated level is negative. This was handled before, but regressed with e1370ee2. This fixes a potential crash observed occasionally when starting Firefox nightly using the Wayland backend in overview mode.

Merge request reports