浏览代码

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

Amy Wilder 5 月之前
父节点
当前提交
107214fa23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/raygui.h

+ 2 - 2
src/raygui.h

@@ -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;