benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Possible ECS memory bug #197

Closed benreid24 closed 2 weeks ago

benreid24 commented 4 months ago

Occurs in Peoplemon. Steps to repro:

  1. Open Peoplemon storage
  2. Deposit Peoplemon
  3. Open Peoplemon menu
  4. Observe that HP bar of the first Peoplemon is corrupted

It looks like the vertices of the bar itself are either leftover from, or overwritten by, text vertices.