mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
Fix death screen appearing behind save/load menu by adjusting its z-value. The issue occurs due to differences in render order between original engine and ScummVM implementation. The original engine renders based on parent-child relationships, it renders the subtree of a node completely before moving to other nodes. while ScummVM sorts by absolute z-values (parent absolute z + child z). View `BS_RenderObject::Render` in `renderobject.cpp` in the source code of the original engine and `RenderObject::render` in `renderobject.cpp` in the source code of ScummVM version for more details. Fixes: https://bugs.scummvm.org/ticket/15426 |
||
---|---|---|
.. | ||
packagemanager.cpp | ||
packagemanager.h | ||
packagemanager_script.cpp |