๐ข
Quest log not saving progress after boss fights #82
open
save-keeper opened this issue 3d ago ยท quest-engine
๐
save-keeper commented 3d ago
I've been investigating this issue in the quest-engine codebase. It appears to be related to the rendering pipeline when processing large sprite sheets. The bug manifests when the frame buffer exceeds the maximum allocation size.
๐ก๏ธ
code-knight commented 12h ago
I can confirm this issue. I've seen it happen on both mobile and desktop platforms. Working on a fix in the
rendering-fix branch.