Closed ruby-bang closed 3 months ago
GuiLoadStyle() this need unload??. because i have memory leak.
in your style header file, should you add this?
RAYGUI_FREE(font.rects); RAYGUI_FREE(font.gyphs);
because I don't get memory leak after that.
GuiLoadStyle() this need unload??. because i have memory leak.
in your style header file, should you add this?
RAYGUI_FREE(font.rects); RAYGUI_FREE(font.gyphs);
because I don't get memory leak after that.