Skip to content

Make Window::updateShadow() agnostic about compositing status

Vlad Zahorodnii requested to merge work/zzag/shadow-no-compositing into master

The Shadow no longer owns the texture, so it can be loaded while compositing is off.

This changes removes the compositing status check to simplify code.

Merge request reports