haroldo-ok / choice4genesis

A ChoiceScript clone that generates SGDK-compatible C source for the Sega Genesis
https://haroldo-ok.itch.io/choice4genesis
MIT License
18 stars 2 forks source link

Background image corruption after resizing window. #79

Open haroldo-ok opened 1 year ago

haroldo-ok commented 1 year ago

If one executes the demo project, goes to the "Show more backgrounds" option, then "Test window", then "Show more backgrounds" again, the second image appears corrupted; by elimination, it seems resizing the window causes problems on later background rendering. Could be some memory leakage when reallocating the background, or something similar.