From bf0c05c8f6ddf62ca3b354b595dee38d3d003b90 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Mon, 26 Aug 2019 20:14:43 +0200 Subject: [PATCH] Added comment --- src/raygui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raygui.h b/src/raygui.h index 525a6ab..ef829eb 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -757,6 +757,7 @@ RAYGUIDEF void GuiFade(float alpha) } // Set custom gui font +// NOTE: Font loading/unloading is external to raygui RAYGUIDEF void GuiSetFont(Font font) { if (font.texture.id > 0)