Certain CGs are not marked as seen on the gallery #183
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Certain CGs, such as golden ending.png and a11.png are never marked as seen on the gallery.
The reason for this is because these images are displayed as scenes rather than shown, and, as documented, they are never marked as seen. This should be an easy fix, just by appending
renpy.mark_image_seen(name)
right before 'displaying' the image.Will make a PR with a fix (Eventually, kek).