SpectralCascade / Ossium

Ossium is a bare-bones game engine built in C++ with only essential dependencies.

Home Page:https://ossiumengine.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak when drawing debug text

SpectralCascade opened this issue · comments

Another memory leak; I believe it is due to the text class not freeing something properly. This is a pretty critical bug as it means drawing lots of text with DebugDraw every frame adds a lot of junk to the RAM quickly

There was a critical memory leak in Image which has now been fixed.