mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
eef941140f
If we have a layer with a picture where the cull rect computes down to an empty rectangle attempting to rasterize it into a ganesh surface will fail in the same manner that trying to ganesh rasterize an empty layer will. This teaches LayerHost to check for this case and handle it like an empty layer. Fixes #1337