summaryrefslogtreecommitdiffhomepage
path: root/src/rtext.c
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-18 11:59:40 +0100
committerRay <[email protected]>2024-02-18 11:59:40 +0100
commite42e3188f57d8db51e0a14410242dcb5566dd9fb (patch)
tree7f19b2a24979940a90dba175ebecdb964917c753 /src/rtext.c
parentc251e9309e066b9d2aa5ecbd15bcee45b9bef528 (diff)
downloadraylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.tar.gz
raylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.zip
Remove some unneeded line breaks
Diffstat (limited to 'src/rtext.c')
-rw-r--r--src/rtext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rtext.c b/src/rtext.c
index 91f5570a..eb56b3ec 100644
--- a/src/rtext.c
+++ b/src/rtext.c
@@ -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)