mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Replace RL_FREE with RAYGUI_FREE (#479)
This commit is contained in:
@ -4443,8 +4443,8 @@ void GuiLoadStyleDefault(void)
|
|||||||
{
|
{
|
||||||
// Unload previous font texture
|
// Unload previous font texture
|
||||||
UnloadTexture(guiFont.texture);
|
UnloadTexture(guiFont.texture);
|
||||||
RL_FREE(guiFont.recs);
|
RAYGUI_FREE(guiFont.recs);
|
||||||
RL_FREE(guiFont.glyphs);
|
RAYGUI_FREE(guiFont.glyphs);
|
||||||
guiFont.recs = NULL;
|
guiFont.recs = NULL;
|
||||||
guiFont.glyphs = NULL;
|
guiFont.glyphs = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user