소스 검색

Added comment

raysan5 6 년 전
부모
커밋
bf0c05c8f6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/raygui.h

+ 1 - 0
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)