瀏覽代碼

Remove space

pull/2386/head
Ray 3 年之前
父節點
當前提交
a5a098c97f
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      src/raylib.h

+ 0
- 1
src/raylib.h 查看文件

@ -1331,7 +1331,6 @@ RLAPI void UnloadFontData(GlyphInfo *chars, int glyphCount);
RLAPI void UnloadFont(Font font); // Unload font from GPU memory (VRAM)
RLAPI bool ExportFontAsCode(Font font, const char *fileName); // Export font as code file, returns true on success
// Text drawing functions
RLAPI void DrawFPS(int posX, int posY); // Draw current FPS
RLAPI void DrawText(const char *text, int posX, int posY, int fontSize, Color color); // Draw text (using default font)

Loading…
取消
儲存