Added comment

This commit is contained in:
raysan5 2019-08-26 20:14:43 +02:00
parent 34483c44e3
commit bf0c05c8f6

View File

@ -757,6 +757,7 @@ RAYGUIDEF void GuiFade(float alpha)
} }
// Set custom gui font // Set custom gui font
// NOTE: Font loading/unloading is external to raygui
RAYGUIDEF void GuiSetFont(Font font) RAYGUIDEF void GuiSetFont(Font font)
{ {
if (font.texture.id > 0) if (font.texture.id > 0)