Browse Source

Replace `RL_FREE` with `RAYGUI_FREE` (#479)

Amy Wilder 5 months ago
parent
commit
107214fa23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/raygui.h

+ 2 - 2
src/raygui.h

@@ -4443,8 +4443,8 @@ void GuiLoadStyleDefault(void)
     {
         // Unload previous font texture
         UnloadTexture(guiFont.texture);
-        RL_FREE(guiFont.recs);
-        RL_FREE(guiFont.glyphs);
+        RAYGUI_FREE(guiFont.recs);
+        RAYGUI_FREE(guiFont.glyphs);
         guiFont.recs = NULL;
         guiFont.glyphs = NULL;