aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-10-21 17:37:47 +0200
committerRay <raysan5@gmail.com>2019-10-21 17:37:47 +0200
commitab52f984804e1ec77fbddd6d1258a1c535dea0cb (patch)
tree64a2b10cd5460a91da29ef6d25cb489e78efeed5
parentc1d282d9e8820db4c3fa24c9847bddb47c859765 (diff)
downloadraylib-ab52f984804e1ec77fbddd6d1258a1c535dea0cb.tar.gz
raylib-ab52f984804e1ec77fbddd6d1258a1c535dea0cb.zip
Update text.c
-rw-r--r--src/text.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/text.c b/src/text.c
index fe0cbef7..7b828384 100644
--- a/src/text.c
+++ b/src/text.c
@@ -892,8 +892,6 @@ int *GetCodepoints(const char *text, int *count)
return codepoints;
}
-
-
// Draw text (using default font)
// NOTE: fontSize work like in any drawing program but if fontSize is lower than font-base-size, then font-base-size is used
// NOTE: chars spacing is proportional to fontSize