From a5a098c97fe1410c41a698e86975c941787591fa Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 12 Mar 2022 21:27:24 +0100 Subject: [PATCH] Remove space --- src/raylib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 1604ecc1c..262194fd7 100644 --- a/src/raylib.h +++ b/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)