Remove some unneeded line breaks

This commit is contained in:
Ray
2024-02-18 11:59:40 +01:00
parent c251e9309e
commit e42e3188f5
5 changed files with 0 additions and 9 deletions

View File

@@ -1112,7 +1112,6 @@ bool ExportFontAsCode(Font font, const char *fileName)
return success;
}
// Draw current FPS
// NOTE: Uses default font
void DrawFPS(int posX, int posY)
@@ -1438,7 +1437,6 @@ const char *TextFormat(const char *text, ...)
return currentBuffer;
}
// Get integer value from text
// NOTE: This function replaces atoi() [stdlib.h]
int TextToInteger(const char *text)