mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 15:28:14 +00:00
Remove some unneeded line breaks
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user