2
0
Эх сурвалжийг харах

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

Amy Wilder 5 сар өмнө
parent
commit
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
         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;