|
@@ -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);
|
|
|
|
- RL_FREE(guiFont.glyphs);
|
|
|
|
|
|
+ RAYGUI_FREE(guiFont.recs);
|
|
|
|
+ RAYGUI_FREE(guiFont.glyphs);
|
|
guiFont.recs = NULL;
|
|
guiFont.recs = NULL;
|
|
guiFont.glyphs = NULL;
|
|
guiFont.glyphs = NULL;
|
|
|
|
|